Html Css Color HEX #656235 Verdigris

📋 copy color: '#656235'

red 101 ◦ green 98 ◦ blue 53

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

Shades of Verdigris #656235

Tints of Verdigris #656235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 40.08%
G = 38.89%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#656235 (or 0x656235) is known color: Verdigris. HEX triplet: 65, 62 and 35. RGB value is (101,98,53). Sum of RGB (Red+Green+Blue) = 101+98+53=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #656235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656235 is #9A9DCA. Grayscale: #5D5D5D. Windows color (decimal): -10132939 or 3498597. OLE color: 3498597.

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

Color convert

RGB 101 98 53 -
CMYK 0 0.03 0.48 0.60
HSL 56.25º 0.31% 0.3% -
HSV(B) 56.25º 0.48% 0.4% -
XYZ 10.38 11.76 5.09 -
YUV 93.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 101 98 53 0 0.03 0.48 0.60 56.25 0.31 0.3
Hex 65 62 35 0 3 30 3C 38 1F 1E
Octal 145 142 65 0 3 60 74 70 37 36
Binary 1100101 1100010 110101 0 11 110000 111100 111000 11111 11110

Color Harmonies of #656235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656235

Black with #656235

Text Example


Text Example

White with #656235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656235; }

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

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

background-color css

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

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

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

border-color css

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

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

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