#64330E

Color #64330E Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #64330E

Tints of Baker's Chocolate #64330E

Color information

#64330E (or 0x64330E) is unknown color: approx 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

RGB1005114-
CMYK00.490.860.61
HSL25.81º75.44%22.35%-
HSV(B)25.81º86%39.22%-
XYZ6.525.111.06-
YUV61.43101.23155.51-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100511400.490.860.6125.8175.4422.35
Hex6433E031563D1a4b16
Octal1446316061126753211326
Binary110010011001111100110001101011011110111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>