Html Css Color HEX #663301 Baker's Chocolate

📋 copy color: '#663301'

red 102 ◦ green 51 ◦ blue 1

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

Shades of Baker's Chocolate #663301

Tints of Baker's Chocolate #663301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 66.23%
G = 33.12%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#663301 (or 0x663301) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 01. RGB value is (102,51,1). Sum of RGB (Red+Green+Blue) = 102+51+1=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #663301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663301 is #99CCFE. Grayscale: #3C3C3C. Windows color (decimal): -10079487 or 78694. OLE color: 78694.

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

Color convert

RGB 102 51 1 -
CMYK 0 0.5 0.99 0.6
HSL 29.7º 0.98% 0.2% -
HSV(B) 29.7º 0.99% 0.4% -
XYZ 6.67 5.19 0.68 -
YUV 60.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 102 51 1 0 0.5 0.99 0.6 29.7 0.98 0.2
Hex 66 33 1 0 32 63 3C 1E 62 14
Octal 146 63 1 0 62 143 74 36 142 24
Binary 1100110 110011 1 0 110010 1100011 111100 11110 1100010 10100

Color Harmonies of #663301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663301

Black with #663301

Text Example


Text Example

White with #663301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663301; }

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

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

background-color css

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

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

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

border-color css

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

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

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