Html Css Color HEX #655F35 Verdigris

📋 copy color: '#655F35'

red 101 ◦ green 95 ◦ blue 53

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

Shades of Verdigris #655F35

Tints of Verdigris #655F35

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.15%

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

R = 40.56%
G = 38.15%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#655F35 (or 0x655F35) is known color: Verdigris. HEX triplet: 65, 5F and 35. RGB value is (101,95,53). Sum of RGB (Red+Green+Blue) = 101+95+53=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #655F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F35 is #9AA0CA. Grayscale: #5C5C5C. Windows color (decimal): -10133707 or 3497829. OLE color: 3497829.

HSL color Cylindrical-coordinate representation of color #655F35: hue angle of 52.5º 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 #655F35 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 95 53 -
CMYK 0 0.06 0.48 0.60
HSL 52.5º 0.31% 0.3% -
HSV(B) 52.5º 0.48% 0.4% -
XYZ 10.1 11.21 5 -
YUV 92.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 101 95 53 0 0.06 0.48 0.60 52.5 0.31 0.3
Hex 65 5F 35 0 6 30 3C 34 1F 1E
Octal 145 137 65 0 6 60 74 64 37 36
Binary 1100101 1011111 110101 0 110 110000 111100 110100 11111 11110

Color Harmonies of #655F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F35

Black with #655F35

Text Example


Text Example

White with #655F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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