Html Css Color HEX #64380A Baker's Chocolate

📋 copy color: '#64380A'

red 100 ◦ green 56 ◦ blue 10

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

Shades of Baker's Chocolate #64380A

Tints of Baker's Chocolate #64380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.73%

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 60.24%
G = 33.73%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64380A (or 0x64380A) is known color: Baker's Chocolate. HEX triplet: 64, 38 and 0A. RGB value is (100,56,10). Sum of RGB (Red+Green+Blue) = 100+56+10=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64380A is #9BC7F5. Grayscale: #404040. Windows color (decimal): -10209270 or 669796. OLE color: 669796.

HSL color Cylindrical-coordinate representation of color #64380A: hue angle of 30.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64380A is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 56 10 -
CMYK 0 0.44 0.90 0.61
HSL 30.67º 0.82% 0.22% -
HSV(B) 30.67º 0.9% 0.39% -
XYZ 6.72 5.56 1.01 -
YUV 63.91 97.58 153.74 -
System Red Green Blue C M Y K H S L
Decimal 100 56 10 0 0.44 0.90 0.61 30.67 0.82 0.22
Hex 64 38 A 0 2C 5A 3D 1F 52 16
Octal 144 70 12 0 54 132 75 37 122 26
Binary 1100100 111000 1010 0 101100 1011010 111101 11111 1010010 10110

Color Harmonies of #64380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64380A

Black with #64380A

Text Example


Text Example

White with #64380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,56,10); }

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

background-color css

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

 a { background-color: rgb(100,56,10); }

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

border-color css

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

 span { border-color: rgb(100,56,10); }

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