Html Css Color HEX #69746D Sirocco

📋 copy color: '#69746D'

red 105 ◦ green 116 ◦ blue 109

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

Shades of Sirocco #69746D

Tints of Sirocco #69746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

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

R = 31.82%
G = 35.15%
B = 33.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#69746D (or 0x69746D) is known color: Sirocco. HEX triplet: 69, 74 and 6D. RGB value is (105,116,109). Sum of RGB (Red+Green+Blue) = 105+116+109=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 116 - color contains mainly: green. Hex color #69746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69746D is #968B92. Grayscale: #6F6F6F. Windows color (decimal): -9866131 or 7173225. OLE color: 7173225.

HSL color Cylindrical-coordinate representation of color #69746D: hue angle of 141.82º 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 #69746D is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 109 -
CMYK 0.09 0 0.06 0.55
HSL 141.82º 0.05% 0.43% -
HSV(B) 141.82º 0.09% 0.45% -
XYZ 14.83 16.6 16.89 -
YUV 111.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 105 116 109 0.09 0 0.06 0.55 141.82 0.05 0.43
Hex 69 74 6D 9 0 6 37 8E 5 2B
Octal 151 164 155 11 0 6 67 216 5 53
Binary 1101001 1110100 1101101 1001 0 110 110111 10001110 101 101011

Color Harmonies of #69746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69746D

Black with #69746D

Text Example


Text Example

White with #69746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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