Html Css Color HEX #64431F Dark Brown

📋 copy color: '#64431F'

red 100 ◦ green 67 ◦ blue 31

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

Shades of Dark Brown #64431F

Tints of Dark Brown #64431F

RGB

 RED value IS 100 (39.45% from 255) = 50.51%

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

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

R = 50.51%
G = 33.84%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#64431F (or 0x64431F) is known color: Dark Brown. HEX triplet: 64, 43 and 1F. RGB value is (100,67,31). Sum of RGB (Red+Green+Blue) = 100+67+31=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64431F is #9BBCE0. Grayscale: #484848. Windows color (decimal): -10206433 or 2048868. OLE color: 2048868.

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

Color convert

RGB 100 67 31 -
CMYK 0 0.33 0.69 0.61
HSL 31.3º 0.53% 0.26% -
HSV(B) 31.3º 0.69% 0.39% -
XYZ 7.51 6.82 2.22 -
YUV 72.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 100 67 31 0 0.33 0.69 0.61 31.3 0.53 0.26
Hex 64 43 1F 0 21 45 3D 1F 35 1A
Octal 144 103 37 0 41 105 75 37 65 32
Binary 1100100 1000011 11111 0 100001 1000101 111101 11111 110101 11010

Color Harmonies of #64431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64431F

Black with #64431F

Text Example


Text Example

White with #64431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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