Html Css Color HEX #6B5F5F Zambezi

📋 copy color: '#6B5F5F'

red 107 ◦ green 95 ◦ blue 95

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

Shades of Zambezi #6B5F5F

Tints of Zambezi #6B5F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 36.03%
G = 31.99%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B5F5F (or 0x6B5F5F) is known color: Zambezi. HEX triplet: 6B, 5F and 5F. RGB value is (107,95,95). Sum of RGB (Red+Green+Blue) = 107+95+95=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F5F is #94A0A0. Grayscale: #626262. Windows color (decimal): -9740449 or 6250347. OLE color: 6250347.

HSL color Cylindrical-coordinate representation of color #6B5F5F: hue angle of 0º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B5F5F is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 95 95 -
CMYK 0 0.11 0.11 0.58
HSL 0.06% 0.4% -
HSV(B) 0.11% 0.42% -
XYZ 12.22 12.14 12.52 -
YUV 98.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 107 95 95 0 0.11 0.11 0.58 0 0.06 0.4
Hex 6B 5F 5F 0 B B 3A 0 6 28
Octal 153 137 137 0 13 13 72 0 6 50
Binary 1101011 1011111 1011111 0 1011 1011 111010 0 110 101000

Color Harmonies of #6B5F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5F5F

Black with #6B5F5F

Text Example


Text Example

White with #6B5F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,95,95); }

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

background-color css

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

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

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

border-color css

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

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

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