Html Css Color HEX #608269 Sirocco

📋 copy color: '#608269'

red 96 ◦ green 130 ◦ blue 105

#608269
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #608269

Tints of Sirocco #608269

RGB

 RED value IS 96 (37.89% from 255) = 29%

 GREEN value IS 130 (51.17% from 255) = 39.27%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 29%
G = 39.27%
B = 31.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#608269 (or 0x608269) is known color: Sirocco. HEX triplet: 60, 82 and 69. RGB value is (96,130,105). Sum of RGB (Red+Green+Blue) = 96+130+105=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #608269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608269 is #9F7D96. Grayscale: #757575. Windows color (decimal): -10452375 or 6914656. OLE color: 6914656.

HSL color Cylindrical-coordinate representation of color #608269: hue angle of 135.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608269 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 105 -
CMYK 0.26 0 0.19 0.49
HSL 135.88º 0.15% 0.44% -
HSV(B) 135.88º 0.26% 0.51% -
XYZ 15.36 19.47 16.31 -
YUV 116.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 96 130 105 0.26 0 0.19 0.49 135.88 0.15 0.44
Hex 60 82 69 1A 0 13 31 88 F 2C
Octal 140 202 151 32 0 23 61 210 17 54
Binary 1100000 10000010 1101001 11010 0 10011 110001 10001000 1111 101100

Color Harmonies of #608269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608269

Black with #608269

Text Example


Text Example

White with #608269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608269; }

 p { color: rgb(96,130,105); }

 H1.HeaderClassName
 {
   color: #608269;
 }
 .AnyTagClassName
 {
   color: #608269;
 }
</style>

background-color css

<style>
 a { background-color: #608269; }

 a { background-color: rgb(96,130,105); }

 div.DivClassName
 {
   background-color: #608269;
 }
 .BgClassName
 {
   background-color: #608269;
 }
</style>

border-color css

<style>
 span { border-color: #608269; }

 span { border-color: rgb(96,130,105); }

 td.TdClassName
 {
   border-color: #608269;
 }
 .TagClassName
 {
   border-color: #608269;
 }
</style>