Html Css Color HEX #65431B Dark Brown

📋 copy color: '#65431B'

red 101 ◦ green 67 ◦ blue 27

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

Shades of Dark Brown #65431B

Tints of Dark Brown #65431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.36%

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

R = 51.79%
G = 34.36%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65431B (or 0x65431B) is known color: Dark Brown. HEX triplet: 65, 43 and 1B. RGB value is (101,67,27). Sum of RGB (Red+Green+Blue) = 101+67+27=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65431B is #9ABCE4. Grayscale: #484848. Windows color (decimal): -10140901 or 1786725. OLE color: 1786725.

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

Color convert

RGB 101 67 27 -
CMYK 0 0.34 0.73 0.60
HSL 32.43º 0.58% 0.25% -
HSV(B) 32.43º 0.73% 0.4% -
XYZ 7.57 6.86 1.96 -
YUV 72.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 101 67 27 0 0.34 0.73 0.60 32.43 0.58 0.25
Hex 65 43 1B 0 22 49 3C 20 3A 19
Octal 145 103 33 0 42 111 74 40 72 31
Binary 1100101 1000011 11011 0 100010 1001001 111100 100000 111010 11001

Color Harmonies of #65431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65431B

Black with #65431B

Text Example


Text Example

White with #65431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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