Html Css Color HEX #606234 Verdigris

📋 copy color: '#606234'

red 96 ◦ green 98 ◦ blue 52

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

Shades of Verdigris #606234

Tints of Verdigris #606234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 39.02%
G = 39.84%
B = 21.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#606234 (or 0x606234) is known color: Verdigris. HEX triplet: 60, 62 and 34. RGB value is (96,98,52). Sum of RGB (Red+Green+Blue) = 96+98+52=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #606234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606234 is #9F9DCB. Grayscale: #5C5C5C. Windows color (decimal): -10460620 or 3433056. OLE color: 3433056.

HSL color Cylindrical-coordinate representation of color #606234: hue angle of 62.61º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606234 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 52 -
CMYK 0.02 0 0.47 0.62
HSL 62.61º 0.31% 0.29% -
HSV(B) 62.61º 0.47% 0.38% -
XYZ 9.81 11.47 4.95 -
YUV 92.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 96 98 52 0.02 0 0.47 0.62 62.61 0.31 0.29
Hex 60 62 34 2 0 2F 3E 3F 1F 1D
Octal 140 142 64 2 0 57 76 77 37 35
Binary 1100000 1100010 110100 10 0 101111 111110 111111 11111 11101

Color Harmonies of #606234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606234

Black with #606234

Text Example


Text Example

White with #606234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606234; }

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

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

background-color css

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

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

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

border-color css

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

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

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