Html Css Color HEX #606F67 Sirocco

📋 copy color: '#606F67'

red 96 ◦ green 111 ◦ blue 103

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

Shades of Sirocco #606F67

Tints of Sirocco #606F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

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

R = 30.97%
G = 35.81%
B = 33.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#606F67 (or 0x606F67) is known color: Sirocco. HEX triplet: 60, 6F and 67. RGB value is (96,111,103). Sum of RGB (Red+Green+Blue) = 96+111+103=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 111 - color contains mainly: green. Hex color #606F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F67 is #9F9098. Grayscale: #696969. Windows color (decimal): -10457241 or 6778720. OLE color: 6778720.

HSL color Cylindrical-coordinate representation of color #606F67: hue angle of 148º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606F67 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 103 -
CMYK 0.14 0 0.07 0.56
HSL 148º 0.07% 0.41% -
HSV(B) 148º 0.14% 0.44% -
XYZ 12.96 14.83 15.01 -
YUV 105.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 96 111 103 0.14 0 0.07 0.56 148 0.07 0.41
Hex 60 6F 67 E 0 7 38 94 7 29
Octal 140 157 147 16 0 7 70 224 7 51
Binary 1100000 1101111 1100111 1110 0 111 111000 10010100 111 101001

Color Harmonies of #606F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F67

Black with #606F67

Text Example


Text Example

White with #606F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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