Html Css Color HEX #607267 Sirocco

📋 copy color: '#607267'

red 96 ◦ green 114 ◦ blue 103

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

Shades of Sirocco #607267

Tints of Sirocco #607267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 30.67%
G = 36.42%
B = 32.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#607267 (or 0x607267) is known color: Sirocco. HEX triplet: 60, 72 and 67. RGB value is (96,114,103). Sum of RGB (Red+Green+Blue) = 96+114+103=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #607267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607267 is #9F8D98. Grayscale: #6B6B6B. Windows color (decimal): -10456473 or 6779488. OLE color: 6779488.

HSL color Cylindrical-coordinate representation of color #607267: hue angle of 143.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #607267 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 103 -
CMYK 0.16 0 0.10 0.55
HSL 143.33º 0.09% 0.41% -
HSV(B) 143.33º 0.16% 0.45% -
XYZ 13.29 15.5 15.12 -
YUV 107.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 96 114 103 0.16 0 0.10 0.55 143.33 0.09 0.41
Hex 60 72 67 10 0 A 37 8F 9 29
Octal 140 162 147 20 0 12 67 217 11 51
Binary 1100000 1110010 1100111 10000 0 1010 110111 10001111 1001 101001

Color Harmonies of #607267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607267

Black with #607267

Text Example


Text Example

White with #607267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607267; }

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

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

background-color css

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

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

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

border-color css

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

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

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