Html Css Color HEX #69706D Sirocco

📋 copy color: '#69706D'

red 105 ◦ green 112 ◦ blue 109

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

Shades of Sirocco #69706D

Tints of Sirocco #69706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 32.21%
G = 34.36%
B = 33.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#69706D (or 0x69706D) is known color: Sirocco. HEX triplet: 69, 70 and 6D. RGB value is (105,112,109). Sum of RGB (Red+Green+Blue) = 105+112+109=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 112 - color contains mainly: green. Hex color #69706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69706D is #968F92. Grayscale: #6D6D6D. Windows color (decimal): -9867155 or 7172201. OLE color: 7172201.

HSL color Cylindrical-coordinate representation of color #69706D: hue angle of 154.29º 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 #69706D is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 109 -
CMYK 0.06 0 0.03 0.56
HSL 154.29º 0.03% 0.43% -
HSV(B) 154.29º 0.06% 0.44% -
XYZ 14.38 15.7 16.74 -
YUV 109.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 105 112 109 0.06 0 0.03 0.56 154.29 0.03 0.43
Hex 69 70 6D 6 0 3 38 9A 3 2B
Octal 151 160 155 6 0 3 70 232 3 53
Binary 1101001 1110000 1101101 110 0 11 111000 10011010 11 101011

Color Harmonies of #69706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69706D

Black with #69706D

Text Example


Text Example

White with #69706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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