Html Css Color HEX #656245 Verdigris

📋 copy color: '#656245'

red 101 ◦ green 98 ◦ blue 69

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

Shades of Verdigris #656245

Tints of Verdigris #656245

RGB

 RED value IS 101 (39.84% from 255) = 37.69%

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

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 37.69%
G = 36.57%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#656245 (or 0x656245) is known color: Verdigris. HEX triplet: 65, 62 and 45. RGB value is (101,98,69). Sum of RGB (Red+Green+Blue) = 101+98+69=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #656245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656245 is #9A9DBA. Grayscale: #5F5F5F. Windows color (decimal): -10132923 or 4547173. OLE color: 4547173.

HSL color Cylindrical-coordinate representation of color #656245: hue angle of 54.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656245 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 98 69 -
CMYK 0 0.03 0.32 0.60
HSL 54.38º 0.19% 0.33% -
HSV(B) 54.38º 0.32% 0.4% -
XYZ 10.81 11.93 7.36 -
YUV 95.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 101 98 69 0 0.03 0.32 0.60 54.38 0.19 0.33
Hex 65 62 45 0 3 20 3C 36 13 21
Octal 145 142 105 0 3 40 74 66 23 41
Binary 1100101 1100010 1000101 0 11 100000 111100 110110 10011 100001

Color Harmonies of #656245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656245

Black with #656245

Text Example


Text Example

White with #656245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656245; }

 p { color: rgb(101,98,69); }

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

background-color css

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

 a { background-color: rgb(101,98,69); }

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

border-color css

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

 span { border-color: rgb(101,98,69); }

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