Html Css Color HEX #643300 Baker's Chocolate

📋 copy color: '#643300'

red 100 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #643300

Tints of Baker's Chocolate #643300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.23%
G = 33.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#643300 (or 0x643300) is known color: Baker's Chocolate. HEX triplet: 64, 33 and 00. RGB value is (100,51,0). Sum of RGB (Red+Green+Blue) = 100+51+0=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #643300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643300 is #9BCCFF. Grayscale: #3C3C3C. Windows color (decimal): -10210560 or 13156. OLE color: 13156.

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

Color convert

RGB 100 51 0 -
CMYK 0 0.49 1 0.61
HSL 30.6º 1% 0.2% -
HSV(B) 30.6º 1% 0.39% -
XYZ 6.44 5.08 0.64 -
YUV 59.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 100 51 0 0 0.49 1 0.61 30.6 1 0.2
Hex 64 33 0 0 31 64 3D 1F 64 14
Octal 144 63 0 0 61 144 75 37 144 24
Binary 1100100 110011 0 0 110001 1100100 111101 11111 1100100 10100

Color Harmonies of #643300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643300

Black with #643300

Text Example


Text Example

White with #643300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643300; }

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

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

background-color css

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

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

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

border-color css

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

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

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