Html Css Color HEX #65431F Dark Brown

📋 copy color: '#65431F'

red 101 ◦ green 67 ◦ blue 31

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

Shades of Dark Brown #65431F

Tints of Dark Brown #65431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 50.75%
G = 33.67%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#65431F (or 0x65431F) is known color: Dark Brown. HEX triplet: 65, 43 and 1F. RGB value is (101,67,31). Sum of RGB (Red+Green+Blue) = 101+67+31=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65431F is #9ABCE0. Grayscale: #494949. Windows color (decimal): -10140897 or 2048869. OLE color: 2048869.

HSL color Cylindrical-coordinate representation of color #65431F: hue angle of 30.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65431F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 67 31 -
CMYK 0 0.34 0.69 0.60
HSL 30.86º 0.53% 0.26% -
HSV(B) 30.86º 0.69% 0.4% -
XYZ 7.62 6.88 2.22 -
YUV 73.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 101 67 31 0 0.34 0.69 0.60 30.86 0.53 0.26
Hex 65 43 1F 0 22 45 3C 1F 35 1A
Octal 145 103 37 0 42 105 74 37 65 32
Binary 1100101 1000011 11111 0 100010 1000101 111100 11111 110101 11010

Color Harmonies of #65431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65431F

Black with #65431F

Text Example


Text Example

White with #65431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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