Html Css Color HEX #69766B Sirocco

📋 copy color: '#69766B'

red 105 ◦ green 118 ◦ blue 107

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

Shades of Sirocco #69766B

Tints of Sirocco #69766B

RGB

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

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

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

R = 31.82%
G = 35.76%
B = 32.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#69766B (or 0x69766B) is known color: Sirocco. HEX triplet: 69, 76 and 6B. RGB value is (105,118,107). Sum of RGB (Red+Green+Blue) = 105+118+107=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #69766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69766B is #968994. Grayscale: #707070. Windows color (decimal): -9865621 or 7042665. OLE color: 7042665.

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

Color convert

RGB 105 118 107 -
CMYK 0.11 0 0.09 0.54
HSL 129.23º 0.06% 0.44% -
HSV(B) 129.23º 0.11% 0.46% -
XYZ 14.96 17.02 16.41 -
YUV 112.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 105 118 107 0.11 0 0.09 0.54 129.23 0.06 0.44
Hex 69 76 6B B 0 9 36 81 6 2C
Octal 151 166 153 13 0 11 66 201 6 54
Binary 1101001 1110110 1101011 1011 0 1001 110110 10000001 110 101100

Color Harmonies of #69766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69766B

Black with #69766B

Text Example


Text Example

White with #69766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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