Html Css Color HEX #64330E Baker's Chocolate

📋 copy color: '#64330E'

red 100 ◦ green 51 ◦ blue 14

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

Shades of Baker's Chocolate #64330E

Tints of Baker's Chocolate #64330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 60.61%
G = 30.91%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#64330E (or 0x64330E) is known color: Baker's Chocolate. HEX triplet: 64, 33 and 0E. RGB value is (100,51,14). Sum of RGB (Red+Green+Blue) = 100+51+14=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64330E is #9BCCF1. Grayscale: #3D3D3D. Windows color (decimal): -10210546 or 930660. OLE color: 930660.

HSL color Cylindrical-coordinate representation of color #64330E: hue angle of 25.81º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64330E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 51 14 -
CMYK 0 0.49 0.86 0.61
HSL 25.81º 0.75% 0.22% -
HSV(B) 25.81º 0.86% 0.39% -
XYZ 6.52 5.11 1.06 -
YUV 61.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 100 51 14 0 0.49 0.86 0.61 25.81 0.75 0.22
Hex 64 33 E 0 31 56 3D 1A 4B 16
Octal 144 63 16 0 61 126 75 32 113 26
Binary 1100100 110011 1110 0 110001 1010110 111101 11010 1001011 10110

Color Harmonies of #64330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64330E

Black with #64330E

Text Example


Text Example

White with #64330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64330E; }

 p { color: rgb(100,51,14); }

 H1.HeaderClassName
 {
   color: #64330E;
 }
 .AnyTagClassName
 {
   color: #64330E;
 }
</style>

background-color css

<style>
 a { background-color: #64330E; }

 a { background-color: rgb(100,51,14); }

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

border-color css

<style>
 span { border-color: #64330E; }

 span { border-color: rgb(100,51,14); }

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