Html Css Color HEX #605F34 Verdigris

📋 copy color: '#605F34'

red 96 ◦ green 95 ◦ blue 52

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

Shades of Verdigris #605F34

Tints of Verdigris #605F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 39.51%
G = 39.09%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#605F34 (or 0x605F34) is known color: Verdigris. HEX triplet: 60, 5F and 34. RGB value is (96,95,52). Sum of RGB (Red+Green+Blue) = 96+95+52=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #605F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F34 is #9FA0CB. Grayscale: #5A5A5A. Windows color (decimal): -10461388 or 3432288. OLE color: 3432288.

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

Color convert

RGB 96 95 52 -
CMYK 0 0.01 0.46 0.62
HSL 58.64º 0.3% 0.29% -
HSV(B) 58.64º 0.46% 0.38% -
XYZ 9.54 10.92 4.85 -
YUV 90.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 96 95 52 0 0.01 0.46 0.62 58.64 0.3 0.29
Hex 60 5F 34 0 1 2E 3E 3B 1E 1D
Octal 140 137 64 0 1 56 76 73 36 35
Binary 1100000 1011111 110100 0 1 101110 111110 111011 11110 11101

Color Harmonies of #605F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F34

Black with #605F34

Text Example


Text Example

White with #605F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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