Html Css Color HEX #69706C Sirocco

📋 copy color: '#69706C'

red 105 ◦ green 112 ◦ blue 108

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

Shades of Sirocco #69706C

Tints of Sirocco #69706C

RGB

 RED value IS 105 (41.41% from 255) = 32.31%

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

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

R = 32.31%
G = 34.46%
B = 33.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#69706C (or 0x69706C) is known color: Sirocco. HEX triplet: 69, 70 and 6C. RGB value is (105,112,108). Sum of RGB (Red+Green+Blue) = 105+112+108=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 112 - color contains mainly: green. Hex color #69706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69706C is #968F93. Grayscale: #6D6D6D. Windows color (decimal): -9867156 or 7106665. OLE color: 7106665.

HSL color Cylindrical-coordinate representation of color #69706C: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #69706C is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 108 -
CMYK 0.06 0 0.04 0.56
HSL 145.71º 0.03% 0.43% -
HSV(B) 145.71º 0.06% 0.44% -
XYZ 14.33 15.67 16.46 -
YUV 109.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 105 112 108 0.06 0 0.04 0.56 145.71 0.03 0.43
Hex 69 70 6C 6 0 4 38 92 3 2B
Octal 151 160 154 6 0 4 70 222 3 53
Binary 1101001 1110000 1101100 110 0 100 111000 10010010 11 101011

Color Harmonies of #69706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69706C

Black with #69706C

Text Example


Text Example

White with #69706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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