Html Css Color HEX #606034 Verdigris

📋 copy color: '#606034'

red 96 ◦ green 96 ◦ blue 52

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

Shades of Verdigris #606034

Tints of Verdigris #606034

RGB

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

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

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

R = 39.34%
G = 39.34%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#606034 (or 0x606034) is known color: Verdigris. HEX triplet: 60, 60 and 34. RGB value is (96,96,52). Sum of RGB (Red+Green+Blue) = 96+96+52=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606034 is #9F9FCB. Grayscale: #5B5B5B. Windows color (decimal): -10461132 or 3432544. OLE color: 3432544.

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

Color convert

RGB 96 96 52 -
CMYK 0 0 0.46 0.62
HSL 60º 0.3% 0.29% -
HSV(B) 60º 0.46% 0.38% -
XYZ 9.63 11.1 4.88 -
YUV 90.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 96 96 52 0 0 0.46 0.62 60 0.3 0.29
Hex 60 60 34 0 0 2E 3E 3C 1E 1D
Octal 140 140 64 0 0 56 76 74 36 35
Binary 1100000 1100000 110100 0 0 101110 111110 111100 11110 11101

Color Harmonies of #606034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606034

Black with #606034

Text Example


Text Example

White with #606034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606034; }

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

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

background-color css

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

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

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

border-color css

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

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

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