Html Css Color HEX #65401A Dark Brown

📋 copy color: '#65401A'

red 101 ◦ green 64 ◦ blue 26

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

Shades of Dark Brown #65401A

Tints of Dark Brown #65401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 52.88%
G = 33.51%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#65401A (or 0x65401A) is known color: Dark Brown. HEX triplet: 65, 40 and 1A. RGB value is (101,64,26). Sum of RGB (Red+Green+Blue) = 101+64+26=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #65401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65401A is #9ABFE5. Grayscale: #464646. Windows color (decimal): -10141670 or 1720421. OLE color: 1720421.

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

Color convert

RGB 101 64 26 -
CMYK 0 0.37 0.74 0.60
HSL 30.4º 0.59% 0.25% -
HSV(B) 30.4º 0.74% 0.4% -
XYZ 7.39 6.51 1.84 -
YUV 70.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 101 64 26 0 0.37 0.74 0.60 30.4 0.59 0.25
Hex 65 40 1A 0 25 4A 3C 1E 3B 19
Octal 145 100 32 0 45 112 74 36 73 31
Binary 1100101 1000000 11010 0 100101 1001010 111100 11110 111011 11001

Color Harmonies of #65401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65401A

Black with #65401A

Text Example


Text Example

White with #65401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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