Html Css Color HEX #605F44 Verdigris

📋 copy color: '#605F44'

red 96 ◦ green 95 ◦ blue 68

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

Shades of Verdigris #605F44

Tints of Verdigris #605F44

RGB

 RED value IS 96 (37.89% from 255) = 37.07%

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

 BLUE value IS 68 (26.95% from 255) = 26.25%

R = 37.07%
G = 36.68%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#605F44 (or 0x605F44) is known color: Verdigris. HEX triplet: 60, 5F and 44. RGB value is (96,95,68). Sum of RGB (Red+Green+Blue) = 96+95+68=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #605F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F44 is #9FA0BB. Grayscale: #5C5C5C. Windows color (decimal): -10461372 or 4480864. OLE color: 4480864.

HSL color Cylindrical-coordinate representation of color #605F44: hue angle of 57.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #605F44 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 95 68 -
CMYK 0 0.01 0.29 0.62
HSL 57.86º 0.17% 0.32% -
HSV(B) 57.86º 0.29% 0.38% -
XYZ 9.96 11.09 7.08 -
YUV 92.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 96 95 68 0 0.01 0.29 0.62 57.86 0.17 0.32
Hex 60 5F 44 0 1 1D 3E 3A 11 20
Octal 140 137 104 0 1 35 76 72 21 40
Binary 1100000 1011111 1000100 0 1 11101 111110 111010 10001 100000

Color Harmonies of #605F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F44

Black with #605F44

Text Example


Text Example

White with #605F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605F44; }

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

 H1.HeaderClassName
 {
   color: #605F44;
 }
 .AnyTagClassName
 {
   color: #605F44;
 }
</style>

background-color css

<style>
 a { background-color: #605F44; }

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

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

border-color css

<style>
 span { border-color: #605F44; }

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

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