Html Css Color HEX #69736E Sirocco

📋 copy color: '#69736E'

red 105 ◦ green 115 ◦ blue 110

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

Shades of Sirocco #69736E

Tints of Sirocco #69736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

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

R = 31.82%
G = 34.85%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#69736E (or 0x69736E) is known color: Sirocco. HEX triplet: 69, 73 and 6E. RGB value is (105,115,110). Sum of RGB (Red+Green+Blue) = 105+115+110=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 115 - color contains mainly: green. Hex color #69736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69736E is #968C91. Grayscale: #6F6F6F. Windows color (decimal): -9866386 or 7238505. OLE color: 7238505.

HSL color Cylindrical-coordinate representation of color #69736E: hue angle of 150º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #69736E is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 110 -
CMYK 0.09 0 0.04 0.55
HSL 150º 0.05% 0.43% -
HSV(B) 150º 0.09% 0.45% -
XYZ 14.77 16.39 17.14 -
YUV 111.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 105 115 110 0.09 0 0.04 0.55 150 0.05 0.43
Hex 69 73 6E 9 0 4 37 96 5 2B
Octal 151 163 156 11 0 4 67 226 5 53
Binary 1101001 1110011 1101110 1001 0 100 110111 10010110 101 101011

Color Harmonies of #69736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69736E

Black with #69736E

Text Example


Text Example

White with #69736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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