Html Css Color HEX #64431D Dark Brown

📋 copy color: '#64431D'

red 100 ◦ green 67 ◦ blue 29

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

Shades of Dark Brown #64431D

Tints of Dark Brown #64431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 51.02%
G = 34.18%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64431D (or 0x64431D) is known color: Dark Brown. HEX triplet: 64, 43 and 1D. RGB value is (100,67,29). Sum of RGB (Red+Green+Blue) = 100+67+29=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64431D is #9BBCE2. Grayscale: #484848. Windows color (decimal): -10206435 or 1917796. OLE color: 1917796.

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

Color convert

RGB 100 67 29 -
CMYK 0 0.33 0.71 0.61
HSL 32.11º 0.55% 0.25% -
HSV(B) 32.11º 0.71% 0.39% -
XYZ 7.48 6.81 2.08 -
YUV 72.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 100 67 29 0 0.33 0.71 0.61 32.11 0.55 0.25
Hex 64 43 1D 0 21 47 3D 20 37 19
Octal 144 103 35 0 41 107 75 40 67 31
Binary 1100100 1000011 11101 0 100001 1000111 111101 100000 110111 11001

Color Harmonies of #64431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64431D

Black with #64431D

Text Example


Text Example

White with #64431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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