Html Css Color HEX #67706C Sirocco

📋 copy color: '#67706C'

red 103 ◦ green 112 ◦ blue 108

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

Shades of Sirocco #67706C

Tints of Sirocco #67706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 31.89%
G = 34.67%
B = 33.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#67706C (or 0x67706C) is known color: Sirocco. HEX triplet: 67, 70 and 6C. RGB value is (103,112,108). Sum of RGB (Red+Green+Blue) = 103+112+108=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 112 - color contains mainly: green. Hex color #67706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67706C is #988F93. Grayscale: #6C6C6C. Windows color (decimal): -9998228 or 7106663. OLE color: 7106663.

HSL color Cylindrical-coordinate representation of color #67706C: hue angle of 153.33º 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 #67706C is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 108 -
CMYK 0.08 0 0.04 0.56
HSL 153.33º 0.04% 0.42% -
HSV(B) 153.33º 0.08% 0.44% -
XYZ 14.09 15.55 16.45 -
YUV 108.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 103 112 108 0.08 0 0.04 0.56 153.33 0.04 0.42
Hex 67 70 6C 8 0 4 38 99 4 2A
Octal 147 160 154 10 0 4 70 231 4 52
Binary 1100111 1110000 1101100 1000 0 100 111000 10011001 100 101010

Color Harmonies of #67706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67706C

Black with #67706C

Text Example


Text Example

White with #67706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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