Html Css Color HEX #64481A Dark Brown

📋 copy color: '#64481A'

red 100 ◦ green 72 ◦ blue 26

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

Shades of Dark Brown #64481A

Tints of Dark Brown #64481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 50.51%
G = 36.36%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#64481A (or 0x64481A) is known color: Dark Brown. HEX triplet: 64, 48 and 1A. RGB value is (100,72,26). Sum of RGB (Red+Green+Blue) = 100+72+26=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64481A is #9BB7E5. Grayscale: #4B4B4B. Windows color (decimal): -10205158 or 1722468. OLE color: 1722468.

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

Color convert

RGB 100 72 26 -
CMYK 0 0.28 0.74 0.61
HSL 37.3º 0.59% 0.25% -
HSV(B) 37.3º 0.74% 0.39% -
XYZ 7.76 7.42 2 -
YUV 75.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 100 72 26 0 0.28 0.74 0.61 37.3 0.59 0.25
Hex 64 48 1A 0 1C 4A 3D 25 3B 19
Octal 144 110 32 0 34 112 75 45 73 31
Binary 1100100 1001000 11010 0 11100 1001010 111101 100101 111011 11001

Color Harmonies of #64481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64481A

Black with #64481A

Text Example


Text Example

White with #64481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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