Html Css Color HEX #69706B Sirocco

📋 copy color: '#69706B'

red 105 ◦ green 112 ◦ blue 107

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

Shades of Sirocco #69706B

Tints of Sirocco #69706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 32.41%
G = 34.57%
B = 33.02%

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

#69706B (or 0x69706B) is known color: Sirocco. HEX triplet: 69, 70 and 6B. RGB value is (105,112,107). Sum of RGB (Red+Green+Blue) = 105+112+107=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 112 - color contains mainly: green. Hex color #69706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69706B is #968F94. Grayscale: #6D6D6D. Windows color (decimal): -9867157 or 7041129. OLE color: 7041129.

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

Color convert

RGB 105 112 107 -
CMYK 0.06 0 0.04 0.56
HSL 137.14º 0.03% 0.43% -
HSV(B) 137.14º 0.06% 0.44% -
XYZ 14.27 15.65 16.18 -
YUV 109.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 105 112 107 0.06 0 0.04 0.56 137.14 0.03 0.43
Hex 69 70 6B 6 0 4 38 89 3 2B
Octal 151 160 153 6 0 4 70 211 3 53
Binary 1101001 1110000 1101011 110 0 100 111000 10001001 11 101011

Color Harmonies of #69706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69706B

Black with #69706B

Text Example


Text Example

White with #69706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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