Html Css Color HEX #64481C Dark Brown

📋 copy color: '#64481C'

red 100 ◦ green 72 ◦ blue 28

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

Shades of Dark Brown #64481C

Tints of Dark Brown #64481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 28 (11.33% from 255) = 14%

R = 50%
G = 36%
B = 14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64481C (or 0x64481C) is known color: Dark Brown. HEX triplet: 64, 48 and 1C. RGB value is (100,72,28). Sum of RGB (Red+Green+Blue) = 100+72+28=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #64481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64481C is #9BB7E3. Grayscale: #4B4B4B. Windows color (decimal): -10205156 or 1853540. OLE color: 1853540.

HSL color Cylindrical-coordinate representation of color #64481C: hue angle of 36.67º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64481C is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 72 28 -
CMYK 0 0.28 0.72 0.61
HSL 36.67º 0.56% 0.25% -
HSV(B) 36.67º 0.72% 0.39% -
XYZ 7.78 7.43 2.12 -
YUV 75.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 100 72 28 0 0.28 0.72 0.61 36.67 0.56 0.25
Hex 64 48 1C 0 1C 48 3D 25 38 19
Octal 144 110 34 0 34 110 75 45 70 31
Binary 1100100 1001000 11100 0 11100 1001000 111101 100101 111000 11001

Color Harmonies of #64481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64481C

Black with #64481C

Text Example


Text Example

White with #64481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64481C; }

 p { color: rgb(100,72,28); }

 H1.HeaderClassName
 {
   color: #64481C;
 }
 .AnyTagClassName
 {
   color: #64481C;
 }
</style>

background-color css

<style>
 a { background-color: #64481C; }

 a { background-color: rgb(100,72,28); }

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

border-color css

<style>
 span { border-color: #64481C; }

 span { border-color: rgb(100,72,28); }

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