Html Css Color HEX #69746B Sirocco

📋 copy color: '#69746B'

red 105 ◦ green 116 ◦ blue 107

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

Shades of Sirocco #69746B

Tints of Sirocco #69746B

RGB

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

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

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

R = 32.01%
G = 35.37%
B = 32.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#69746B (or 0x69746B) is known color: Sirocco. HEX triplet: 69, 74 and 6B. RGB value is (105,116,107). Sum of RGB (Red+Green+Blue) = 105+116+107=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 116 - color contains mainly: green. Hex color #69746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69746B is #968B94. Grayscale: #6F6F6F. Windows color (decimal): -9866133 or 7042153. OLE color: 7042153.

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

Color convert

RGB 105 116 107 -
CMYK 0.09 0 0.08 0.55
HSL 130.91º 0.05% 0.43% -
HSV(B) 130.91º 0.09% 0.45% -
XYZ 14.72 16.56 16.33 -
YUV 111.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 105 116 107 0.09 0 0.08 0.55 130.91 0.05 0.43
Hex 69 74 6B 9 0 8 37 83 5 2B
Octal 151 164 153 11 0 10 67 203 5 53
Binary 1101001 1110100 1101011 1001 0 1000 110111 10000011 101 101011

Color Harmonies of #69746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69746B

Black with #69746B

Text Example


Text Example

White with #69746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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