Html Css Color HEX #606133 Verdigris

📋 copy color: '#606133'

red 96 ◦ green 97 ◦ blue 51

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

Shades of Verdigris #606133

Tints of Verdigris #606133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 39.34%
G = 39.75%
B = 20.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#606133 (or 0x606133) is known color: Verdigris. HEX triplet: 60, 61 and 33. RGB value is (96,97,51). Sum of RGB (Red+Green+Blue) = 96+97+51=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #606133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606133 is #9F9ECC. Grayscale: #5B5B5B. Windows color (decimal): -10460877 or 3367264. OLE color: 3367264.

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

Color convert

RGB 96 97 51 -
CMYK 0.01 0 0.47 0.62
HSL 61.3º 0.31% 0.29% -
HSV(B) 61.3º 0.47% 0.38% -
XYZ 9.7 11.28 4.8 -
YUV 91.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 96 97 51 0.01 0 0.47 0.62 61.3 0.31 0.29
Hex 60 61 33 1 0 2F 3E 3D 1F 1D
Octal 140 141 63 1 0 57 76 75 37 35
Binary 1100000 1100001 110011 1 0 101111 111110 111101 11111 11101

Color Harmonies of #606133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606133

Black with #606133

Text Example


Text Example

White with #606133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606133; }

 p { color: rgb(96,97,51); }

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

background-color css

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

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

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

border-color css

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

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

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