Html Css Color HEX #67706A Sirocco

📋 copy color: '#67706A'

red 103 ◦ green 112 ◦ blue 106

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

Shades of Sirocco #67706A

Tints of Sirocco #67706A

RGB

 RED value IS 103 (40.63% from 255) = 32.09%

 GREEN value IS 112 (44.14% from 255) = 34.89%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 32.09%
G = 34.89%
B = 33.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#67706A (or 0x67706A) is known color: Sirocco. HEX triplet: 67, 70 and 6A. RGB value is (103,112,106). Sum of RGB (Red+Green+Blue) = 103+112+106=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #67706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67706A is #988F95. Grayscale: #6C6C6C. Windows color (decimal): -9998230 or 6975591. OLE color: 6975591.

HSL color Cylindrical-coordinate representation of color #67706A: hue angle of 140º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #67706A is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 106 -
CMYK 0.08 0 0.05 0.56
HSL 140º 0.04% 0.42% -
HSV(B) 140º 0.08% 0.44% -
XYZ 13.99 15.51 15.89 -
YUV 108.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 103 112 106 0.08 0 0.05 0.56 140 0.04 0.42
Hex 67 70 6A 8 0 5 38 8C 4 2A
Octal 147 160 152 10 0 5 70 214 4 52
Binary 1100111 1110000 1101010 1000 0 101 111000 10001100 100 101010

Color Harmonies of #67706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67706A

Black with #67706A

Text Example


Text Example

White with #67706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67706A; }

 p { color: rgb(103,112,106); }

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

background-color css

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

 a { background-color: rgb(103,112,106); }

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

border-color css

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

 span { border-color: rgb(103,112,106); }

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