Html Css Color HEX #69766D Sirocco

📋 copy color: '#69766D'

red 105 ◦ green 118 ◦ blue 109

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

Shades of Sirocco #69766D

Tints of Sirocco #69766D

RGB

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

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

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

R = 31.63%
G = 35.54%
B = 32.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#69766D (or 0x69766D) is known color: Sirocco. HEX triplet: 69, 76 and 6D. RGB value is (105,118,109). Sum of RGB (Red+Green+Blue) = 105+118+109=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #69766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69766D is #968992. Grayscale: #717171. Windows color (decimal): -9865619 or 7173737. OLE color: 7173737.

HSL color Cylindrical-coordinate representation of color #69766D: hue angle of 138.46º 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 #69766D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 109 -
CMYK 0.11 0 0.08 0.54
HSL 138.46º 0.06% 0.44% -
HSV(B) 138.46º 0.11% 0.46% -
XYZ 15.06 17.06 16.97 -
YUV 113.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 105 118 109 0.11 0 0.08 0.54 138.46 0.06 0.44
Hex 69 76 6D B 0 8 36 8A 6 2C
Octal 151 166 155 13 0 10 66 212 6 54
Binary 1101001 1110110 1101101 1011 0 1000 110110 10001010 110 101100

Color Harmonies of #69766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69766D

Black with #69766D

Text Example


Text Example

White with #69766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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