Html Css Color HEX #655C3B Verdigris

📋 copy color: '#655C3B'

red 101 ◦ green 92 ◦ blue 59

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

Shades of Verdigris #655C3B

Tints of Verdigris #655C3B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 40.08%
G = 36.51%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#655C3B (or 0x655C3B) is known color: Verdigris. HEX triplet: 65, 5C and 3B. RGB value is (101,92,59). Sum of RGB (Red+Green+Blue) = 101+92+59=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #655C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C3B is #9AA3C4. Grayscale: #5B5B5B. Windows color (decimal): -10134469 or 3890277. OLE color: 3890277.

HSL color Cylindrical-coordinate representation of color #655C3B: hue angle of 47.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655C3B is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 92 59 -
CMYK 0 0.09 0.42 0.60
HSL 47.14º 0.26% 0.31% -
HSV(B) 47.14º 0.42% 0.4% -
XYZ 9.98 10.74 5.68 -
YUV 90.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 101 92 59 0 0.09 0.42 0.60 47.14 0.26 0.31
Hex 65 5C 3B 0 9 2A 3C 2F 1A 1F
Octal 145 134 73 0 11 52 74 57 32 37
Binary 1100101 1011100 111011 0 1001 101010 111100 101111 11010 11111

Color Harmonies of #655C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C3B

Black with #655C3B

Text Example


Text Example

White with #655C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,92,59); }

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

background-color css

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

 a { background-color: rgb(101,92,59); }

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

border-color css

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

 span { border-color: rgb(101,92,59); }

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