Html Css Color HEX #608067 Sirocco

📋 copy color: '#608067'

red 96 ◦ green 128 ◦ blue 103

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

Shades of Sirocco #608067

Tints of Sirocco #608067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 103 (40.63% from 255) = 31.5%

R = 29.36%
G = 39.14%
B = 31.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#608067 (or 0x608067) is known color: Sirocco. HEX triplet: 60, 80 and 67. RGB value is (96,128,103). Sum of RGB (Red+Green+Blue) = 96+128+103=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #608067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608067 is #9F7F98. Grayscale: #737373. Windows color (decimal): -10452889 or 6783072. OLE color: 6783072.

HSL color Cylindrical-coordinate representation of color #608067: hue angle of 133.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #608067 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 103 -
CMYK 0.25 0 0.20 0.50
HSL 133.13º 0.14% 0.44% -
HSV(B) 133.13º 0.25% 0.5% -
XYZ 14.99 18.9 15.69 -
YUV 115.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 96 128 103 0.25 0 0.20 0.50 133.13 0.14 0.44
Hex 60 80 67 19 0 14 32 85 E 2C
Octal 140 200 147 31 0 24 62 205 16 54
Binary 1100000 10000000 1100111 11001 0 10100 110010 10000101 1110 101100

Color Harmonies of #608067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608067

Black with #608067

Text Example


Text Example

White with #608067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608067; }

 p { color: rgb(96,128,103); }

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

background-color css

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

 a { background-color: rgb(96,128,103); }

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

border-color css

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

 span { border-color: rgb(96,128,103); }

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