Html Css Color HEX #69796E Sirocco

📋 copy color: '#69796E'

red 105 ◦ green 121 ◦ blue 110

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

Shades of Sirocco #69796E

Tints of Sirocco #69796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

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

R = 31.25%
G = 36.01%
B = 32.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#69796E (or 0x69796E) is known color: Sirocco. HEX triplet: 69, 79 and 6E. RGB value is (105,121,110). Sum of RGB (Red+Green+Blue) = 105+121+110=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 121 - color contains mainly: green. Hex color #69796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69796E is #968691. Grayscale: #727272. Windows color (decimal): -9864850 or 7240041. OLE color: 7240041.

HSL color Cylindrical-coordinate representation of color #69796E: hue angle of 138.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #69796E is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 121 110 -
CMYK 0.13 0 0.09 0.53
HSL 138.75º 0.07% 0.44% -
HSV(B) 138.75º 0.13% 0.47% -
XYZ 15.48 17.8 17.37 -
YUV 114.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 105 121 110 0.13 0 0.09 0.53 138.75 0.07 0.44
Hex 69 79 6E D 0 9 35 8B 7 2C
Octal 151 171 156 15 0 11 65 213 7 54
Binary 1101001 1111001 1101110 1101 0 1001 110101 10001011 111 101100

Color Harmonies of #69796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69796E

Black with #69796E

Text Example


Text Example

White with #69796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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