Html Css Color HEX #6B726E Sirocco

📋 copy color: '#6B726E'

red 107 ◦ green 114 ◦ blue 110

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

Shades of Sirocco #6B726E

Tints of Sirocco #6B726E

RGB

 RED value IS 107 (42.19% from 255) = 32.33%

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 32.33%
G = 34.44%
B = 33.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#6B726E (or 0x6B726E) is known color: Sirocco. HEX triplet: 6B, 72 and 6E. RGB value is (107,114,110). Sum of RGB (Red+Green+Blue) = 107+114+110=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 114 - color contains mainly: green. Hex color #6B726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B726E is #948D91. Grayscale: #6F6F6F. Windows color (decimal): -9735570 or 7238251. OLE color: 7238251.

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

Color convert

RGB 107 114 110 -
CMYK 0.06 0 0.04 0.55
HSL 145.71º 0.03% 0.43% -
HSV(B) 145.71º 0.06% 0.45% -
XYZ 14.9 16.29 17.11 -
YUV 111.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 107 114 110 0.06 0 0.04 0.55 145.71 0.03 0.43
Hex 6B 72 6E 6 0 4 37 92 3 2B
Octal 153 162 156 6 0 4 67 222 3 53
Binary 1101011 1110010 1101110 110 0 100 110111 10010010 11 101011

Color Harmonies of #6B726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B726E

Black with #6B726E

Text Example


Text Example

White with #6B726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B726E; }

 p { color: rgb(107,114,110); }

 H1.HeaderClassName
 {
   color: #6B726E;
 }
 .AnyTagClassName
 {
   color: #6B726E;
 }
</style>

background-color css

<style>
 a { background-color: #6B726E; }

 a { background-color: rgb(107,114,110); }

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

border-color css

<style>
 span { border-color: #6B726E; }

 span { border-color: rgb(107,114,110); }

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