Html Css Color HEX #663300 Baker's Chocolate

📋 copy color: '#663300'

red 102 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #663300

Tints of Baker's Chocolate #663300

RGB

 RED value IS 102 (40.23% from 255) = 66.67%

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

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#663300 (or 0x663300) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 00. RGB value is (102,51,0). Sum of RGB (Red+Green+Blue) = 102+51+0=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #663300 is a web safe color. Inversed color of #663300 is #99CCFF. Grayscale: #3C3C3C. Windows color (decimal): -10079488 or 13158. OLE color: 13158.

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

Color convert

RGB 102 51 0 -
CMYK 0 0.5 1 0.6
HSL 30º 1% 0.2% -
HSV(B) 30º 1% 0.4% -
XYZ 6.66 5.19 0.65 -
YUV 60.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 102 51 0 0 0.5 1 0.6 30 1 0.2
Hex 66 33 0 0 32 64 3C 1E 64 14
Octal 146 63 0 0 62 144 74 36 144 24
Binary 1100110 110011 0 0 110010 1100100 111100 11110 1100100 10100

Color Harmonies of #663300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663300

Black with #663300

Text Example


Text Example

White with #663300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663300; }

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

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

background-color css

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

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

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

border-color css

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

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

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