#654235

Color #654235 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #654235

Tints of Very Dark Brown #654235

Color information

#654235 (or 0x654235) is unknown color: approx Very Dark Brown. HEX triplet: 65, 42 and 35. RGB value is (101,66,53). Sum of RGB (Red+Green+Blue) = 101+66+53=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #654235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654235 is #9ABDCA. Grayscale: #4B4B4B. Windows color (decimal): -10141131 or 3490405. OLE color: 3490405.

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

Color convert

RGB1016653-
CMYK00.350.480.60
HSL16.25º31.17%30.2%-
HSV(B)16.25º47.52%39.61%-
XYZ7.966.924.28-
YUV74.98115.6146.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=45.91%
G=30%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101665300.350.480.6016.2531.1730.2
Hex654235023303C101f1e
Octal145102650436074203736
Binary110010110000101101010100011110000111100100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654235; }

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

 H1.HeaderClassName
 {
   color: #654235;
 }
 .AnyTagClassName
 {
   color: #654235;
 }
</style>
background-color css

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

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

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

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

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

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