Html Css Color HEX #69746F Sirocco

📋 copy color: '#69746F'

red 105 ◦ green 116 ◦ blue 111

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

Shades of Sirocco #69746F

Tints of Sirocco #69746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 31.63%
G = 34.94%
B = 33.43%

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

#69746F (or 0x69746F) is known color: Sirocco. HEX triplet: 69, 74 and 6F. RGB value is (105,116,111). Sum of RGB (Red+Green+Blue) = 105+116+111=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 116 - color contains mainly: green. Hex color #69746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69746F is #968B90. Grayscale: #707070. Windows color (decimal): -9866129 or 7304297. OLE color: 7304297.

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

Color convert

RGB 105 116 111 -
CMYK 0.09 0 0.04 0.55
HSL 152.73º 0.05% 0.43% -
HSV(B) 152.73º 0.09% 0.45% -
XYZ 14.94 16.64 17.46 -
YUV 112.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 105 116 111 0.09 0 0.04 0.55 152.73 0.05 0.43
Hex 69 74 6F 9 0 4 37 99 5 2B
Octal 151 164 157 11 0 4 67 231 5 53
Binary 1101001 1110100 1101111 1001 0 100 110111 10011001 101 101011

Color Harmonies of #69746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69746F

Black with #69746F

Text Example


Text Example

White with #69746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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