Html Css Color HEX #605E34 Verdigris

📋 copy color: '#605E34'

red 96 ◦ green 94 ◦ blue 52

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

Shades of Verdigris #605E34

Tints of Verdigris #605E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.84%

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

R = 39.67%
G = 38.84%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#605E34 (or 0x605E34) is known color: Verdigris. HEX triplet: 60, 5E and 34. RGB value is (96,94,52). Sum of RGB (Red+Green+Blue) = 96+94+52=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #605E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E34 is #9FA1CB. Grayscale: #595959. Windows color (decimal): -10461644 or 3432032. OLE color: 3432032.

HSL color Cylindrical-coordinate representation of color #605E34: hue angle of 57.27º 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 #605E34 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 94 52 -
CMYK 0 0.02 0.46 0.62
HSL 57.27º 0.3% 0.29% -
HSV(B) 57.27º 0.46% 0.38% -
XYZ 9.45 10.74 4.82 -
YUV 89.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 96 94 52 0 0.02 0.46 0.62 57.27 0.3 0.29
Hex 60 5E 34 0 2 2E 3E 39 1E 1D
Octal 140 136 64 0 2 56 76 71 36 35
Binary 1100000 1011110 110100 0 10 101110 111110 111001 11110 11101

Color Harmonies of #605E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E34

Black with #605E34

Text Example


Text Example

White with #605E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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