Html Css Color HEX #6F605D Zambezi

📋 copy color: '#6F605D'

red 111 ◦ green 96 ◦ blue 93

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

Shades of Zambezi #6F605D

Tints of Zambezi #6F605D

RGB

 RED value IS 111 (43.75% from 255) = 37%

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 93 (36.72% from 255) = 31%

R = 37%
G = 32%
B = 31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F605D (or 0x6F605D) is known color: Zambezi. HEX triplet: 6F, 60 and 5D. RGB value is (111,96,93). Sum of RGB (Red+Green+Blue) = 111+96+93=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F605D is #909FA2. Grayscale: #646464. Windows color (decimal): -9478051 or 6119535. OLE color: 6119535.

HSL color Cylindrical-coordinate representation of color #6F605D: hue angle of 10º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F605D is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 96 93 -
CMYK 0 0.14 0.16 0.56
HSL 10º 0.09% 0.4% -
HSV(B) 10º 0.16% 0.44% -
XYZ 12.71 12.54 12.11 -
YUV 100.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 111 96 93 0 0.14 0.16 0.56 10 0.09 0.4
Hex 6F 60 5D 0 E 10 38 A 9 28
Octal 157 140 135 0 16 20 70 12 11 50
Binary 1101111 1100000 1011101 0 1110 10000 111000 1010 1001 101000

Color Harmonies of #6F605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F605D

Black with #6F605D

Text Example


Text Example

White with #6F605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,93); }

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

background-color css

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

 a { background-color: rgb(111,96,93); }

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

border-color css

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

 span { border-color: rgb(111,96,93); }

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