Html Css Color HEX #65461B Dark Brown

📋 copy color: '#65461B'

red 101 ◦ green 70 ◦ blue 27

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

Shades of Dark Brown #65461B

Tints of Dark Brown #65461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 51.01%
G = 35.35%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65461B (or 0x65461B) is known color: Dark Brown. HEX triplet: 65, 46 and 1B. RGB value is (101,70,27). Sum of RGB (Red+Green+Blue) = 101+70+27=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65461B is #9AB9E4. Grayscale: #4A4A4A. Windows color (decimal): -10140133 or 1787493. OLE color: 1787493.

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

Color convert

RGB 101 70 27 -
CMYK 0 0.31 0.73 0.60
HSL 34.86º 0.58% 0.25% -
HSV(B) 34.86º 0.73% 0.4% -
XYZ 7.75 7.23 2.02 -
YUV 74.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 101 70 27 0 0.31 0.73 0.60 34.86 0.58 0.25
Hex 65 46 1B 0 1F 49 3C 23 3A 19
Octal 145 106 33 0 37 111 74 43 72 31
Binary 1100101 1000110 11011 0 11111 1001001 111100 100011 111010 11001

Color Harmonies of #65461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65461B

Black with #65461B

Text Example


Text Example

White with #65461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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