Html Css Color HEX #69766E Sirocco

📋 copy color: '#69766E'

red 105 ◦ green 118 ◦ blue 110

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

Shades of Sirocco #69766E

Tints of Sirocco #69766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 31.53%
G = 35.44%
B = 33.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#69766E (or 0x69766E) is known color: Sirocco. HEX triplet: 69, 76 and 6E. RGB value is (105,118,110). Sum of RGB (Red+Green+Blue) = 105+118+110=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #69766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69766E is #968991. Grayscale: #717171. Windows color (decimal): -9865618 or 7239273. OLE color: 7239273.

HSL color Cylindrical-coordinate representation of color #69766E: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #69766E is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 110 -
CMYK 0.11 0 0.07 0.54
HSL 143.08º 0.06% 0.44% -
HSV(B) 143.08º 0.11% 0.46% -
XYZ 15.12 17.09 17.25 -
YUV 113.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 105 118 110 0.11 0 0.07 0.54 143.08 0.06 0.44
Hex 69 76 6E B 0 7 36 8F 6 2C
Octal 151 166 156 13 0 7 66 217 6 54
Binary 1101001 1110110 1101110 1011 0 111 110110 10001111 110 101100

Color Harmonies of #69766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69766E

Black with #69766E

Text Example


Text Example

White with #69766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69766E; }

 p { color: rgb(105,118,110); }

 H1.HeaderClassName
 {
   color: #69766E;
 }
 .AnyTagClassName
 {
   color: #69766E;
 }
</style>

background-color css

<style>
 a { background-color: #69766E; }

 a { background-color: rgb(105,118,110); }

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

border-color css

<style>
 span { border-color: #69766E; }

 span { border-color: rgb(105,118,110); }

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