Html Css Color HEX #606D67 Sirocco

📋 copy color: '#606D67'

red 96 ◦ green 109 ◦ blue 103

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

Shades of Sirocco #606D67

Tints of Sirocco #606D67

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.39%

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

R = 31.17%
G = 35.39%
B = 33.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#606D67 (or 0x606D67) is known color: Sirocco. HEX triplet: 60, 6D and 67. RGB value is (96,109,103). Sum of RGB (Red+Green+Blue) = 96+109+103=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 109 - color contains mainly: green. Hex color #606D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D67 is #9F9298. Grayscale: #686868. Windows color (decimal): -10457753 or 6778208. OLE color: 6778208.

HSL color Cylindrical-coordinate representation of color #606D67: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606D67 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 109 103 -
CMYK 0.12 0 0.06 0.57
HSL 152.31º 0.06% 0.4% -
HSV(B) 152.31º 0.12% 0.43% -
XYZ 12.74 14.4 14.94 -
YUV 104.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 96 109 103 0.12 0 0.06 0.57 152.31 0.06 0.4
Hex 60 6D 67 C 0 6 39 98 6 28
Octal 140 155 147 14 0 6 71 230 6 50
Binary 1100000 1101101 1100111 1100 0 110 111001 10011000 110 101000

Color Harmonies of #606D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D67

Black with #606D67

Text Example


Text Example

White with #606D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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