#65431F

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

Shades of Dark Brown #65431F

Tints of Dark Brown #65431F

Color information

#65431F (or 0x65431F) is unknown color: approx Dark Brown. HEX triplet: 65, 43 and 1F. RGB value is (101,67,31). Sum of RGB (Red+Green+Blue) = 101+67+31=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65431F is #9ABCE0. Grayscale: #494949. Windows color (decimal): -10140897 or 2048869. OLE color: 2048869.

HSL color Cylindrical-coordinate representation of color #65431F: hue angle of 30.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65431F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB1016731-
CMYK00.340.690.60
HSL30.86º53.03%25.88%-
HSV(B)30.86º69.31%39.61%-
XYZ7.626.882.22-
YUV73.06104.26147.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=50.75%
G=33.67%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101673100.340.690.6030.8653.0325.88
Hex65431F022453C1f351a
Octal1451033704210574376532
Binary1100101100001111111010001010001011111001111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65431F; }

 p { color: rgb(101,67,31); }

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

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

 a { background-color: rgb(101,67,31); }

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

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

 span { border-color: rgb(101,67,31); }

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