Html Css Color HEX #68605F Zambezi

📋 copy color: '#68605F'

red 104 ◦ green 96 ◦ blue 95

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

Shades of Zambezi #68605F

Tints of Zambezi #68605F

RGB

 RED value IS 104 (41.02% from 255) = 35.25%

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

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

R = 35.25%
G = 32.54%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68605F (or 0x68605F) is known color: Zambezi. HEX triplet: 68, 60 and 5F. RGB value is (104,96,95). Sum of RGB (Red+Green+Blue) = 104+96+95=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605F is #979FA0. Grayscale: #626262. Windows color (decimal): -9936801 or 6250600. OLE color: 6250600.

HSL color Cylindrical-coordinate representation of color #68605F: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68605F is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 95 -
CMYK 0 0.08 0.09 0.59
HSL 6.67º 0.05% 0.39% -
HSV(B) 6.67º 0.09% 0.41% -
XYZ 11.96 12.14 12.54 -
YUV 98.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 104 96 95 0 0.08 0.09 0.59 6.67 0.05 0.39
Hex 68 60 5F 0 8 9 3B 7 5 27
Octal 150 140 137 0 10 11 73 7 5 47
Binary 1101000 1100000 1011111 0 1000 1001 111011 111 101 100111

Color Harmonies of #68605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68605F

Black with #68605F

Text Example


Text Example

White with #68605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68605F; }

 p { color: rgb(104,96,95); }

 H1.HeaderClassName
 {
   color: #68605F;
 }
 .AnyTagClassName
 {
   color: #68605F;
 }
</style>

background-color css

<style>
 a { background-color: #68605F; }

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

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

border-color css

<style>
 span { border-color: #68605F; }

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

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