Html Css Color HEX #616233 Verdigris

📋 copy color: '#616233'

red 97 ◦ green 98 ◦ blue 51

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

Shades of Verdigris #616233

Tints of Verdigris #616233

RGB

 RED value IS 97 (38.28% from 255) = 39.43%

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

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

R = 39.43%
G = 39.84%
B = 20.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#616233 (or 0x616233) is known color: Verdigris. HEX triplet: 61, 62 and 33. RGB value is (97,98,51). Sum of RGB (Red+Green+Blue) = 97+98+51=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #616233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616233 is #9E9DCC. Grayscale: #5C5C5C. Windows color (decimal): -10395085 or 3367521. OLE color: 3367521.

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

Color convert

RGB 97 98 51 -
CMYK 0.01 0 0.48 0.62
HSL 61.28º 0.32% 0.29% -
HSV(B) 61.28º 0.48% 0.38% -
XYZ 9.89 11.52 4.83 -
YUV 92.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 97 98 51 0.01 0 0.48 0.62 61.28 0.32 0.29
Hex 61 62 33 1 0 30 3E 3D 20 1D
Octal 141 142 63 1 0 60 76 75 40 35
Binary 1100001 1100010 110011 1 0 110000 111110 111101 100000 11101

Color Harmonies of #616233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616233

Black with #616233

Text Example


Text Example

White with #616233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616233; }

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

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

background-color css

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

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

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

border-color css

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

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

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