Html Css Color HEX #65401B Dark Brown

📋 copy color: '#65401B'

red 101 ◦ green 64 ◦ blue 27

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

Shades of Dark Brown #65401B

Tints of Dark Brown #65401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 52.6%
G = 33.33%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65401B (or 0x65401B) is known color: Dark Brown. HEX triplet: 65, 40 and 1B. RGB value is (101,64,27). Sum of RGB (Red+Green+Blue) = 101+64+27=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #65401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65401B is #9ABFE4. Grayscale: #474747. Windows color (decimal): -10141669 or 1785957. OLE color: 1785957.

HSL color Cylindrical-coordinate representation of color #65401B: hue angle of 30º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65401B is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 64 27 -
CMYK 0 0.37 0.73 0.60
HSL 30º 0.58% 0.25% -
HSV(B) 30º 0.73% 0.4% -
XYZ 7.4 6.51 1.9 -
YUV 70.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 101 64 27 0 0.37 0.73 0.60 30 0.58 0.25
Hex 65 40 1B 0 25 49 3C 1E 3A 19
Octal 145 100 33 0 45 111 74 36 72 31
Binary 1100101 1000000 11011 0 100101 1001001 111100 11110 111010 11001

Color Harmonies of #65401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65401B

Black with #65401B

Text Example


Text Example

White with #65401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65401B; }

 p { color: rgb(101,64,27); }

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

background-color css

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

 a { background-color: rgb(101,64,27); }

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

border-color css

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

 span { border-color: rgb(101,64,27); }

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