Html Css Color HEX #69736B Sirocco

📋 copy color: '#69736B'

red 105 ◦ green 115 ◦ blue 107

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

Shades of Sirocco #69736B

Tints of Sirocco #69736B

RGB

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

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

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

R = 32.11%
G = 35.17%
B = 32.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#69736B (or 0x69736B) is known color: Sirocco. HEX triplet: 69, 73 and 6B. RGB value is (105,115,107). Sum of RGB (Red+Green+Blue) = 105+115+107=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 115 - color contains mainly: green. Hex color #69736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69736B is #968C94. Grayscale: #6F6F6F. Windows color (decimal): -9866389 or 7041897. OLE color: 7041897.

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

Color convert

RGB 105 115 107 -
CMYK 0.09 0 0.07 0.55
HSL 132º 0.05% 0.43% -
HSV(B) 132º 0.09% 0.45% -
XYZ 14.61 16.33 16.29 -
YUV 111.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 105 115 107 0.09 0 0.07 0.55 132 0.05 0.43
Hex 69 73 6B 9 0 7 37 84 5 2B
Octal 151 163 153 11 0 7 67 204 5 53
Binary 1101001 1110011 1101011 1001 0 111 110111 10000100 101 101011

Color Harmonies of #69736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69736B

Black with #69736B

Text Example


Text Example

White with #69736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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