Html Css Color HEX #65411B Dark Brown

📋 copy color: '#65411B'

red 101 ◦ green 65 ◦ blue 27

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

Shades of Dark Brown #65411B

Tints of Dark Brown #65411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

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

R = 52.33%
G = 33.68%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65411B (or 0x65411B) is known color: Dark Brown. HEX triplet: 65, 41 and 1B. RGB value is (101,65,27). Sum of RGB (Red+Green+Blue) = 101+65+27=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #65411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65411B is #9ABEE4. Grayscale: #474747. Windows color (decimal): -10141413 or 1786213. OLE color: 1786213.

HSL color Cylindrical-coordinate representation of color #65411B: hue angle of 30.81º 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 #65411B is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 65 27 -
CMYK 0 0.36 0.73 0.60
HSL 30.81º 0.58% 0.25% -
HSV(B) 30.81º 0.73% 0.4% -
XYZ 7.45 6.63 1.92 -
YUV 71.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 101 65 27 0 0.36 0.73 0.60 30.81 0.58 0.25
Hex 65 41 1B 0 24 49 3C 1F 3A 19
Octal 145 101 33 0 44 111 74 37 72 31
Binary 1100101 1000001 11011 0 100100 1001001 111100 11111 111010 11001

Color Harmonies of #65411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65411B

Black with #65411B

Text Example


Text Example

White with #65411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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