Html Css Color HEX #663000 Baker's Chocolate

📋 copy color: '#663000'

red 102 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #663000

Tints of Baker's Chocolate #663000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

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

R = 68%
G = 32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#663000 (or 0x663000) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 00. RGB value is (102,48,0). Sum of RGB (Red+Green+Blue) = 102+48+0=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #663000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663000 is #99CFFF. Grayscale: #3A3A3A. Windows color (decimal): -10080256 or 12390. OLE color: 12390.

HSL color Cylindrical-coordinate representation of color #663000: hue angle of 28.24º 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 #663000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 0 -
CMYK 0 0.53 1 0.6
HSL 28.24º 1% 0.2% -
HSV(B) 28.24º 1% 0.4% -
XYZ 6.54 4.94 0.61 -
YUV 58.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 102 48 0 0 0.53 1 0.6 28.24 1 0.2
Hex 66 30 0 0 35 64 3C 1C 64 14
Octal 146 60 0 0 65 144 74 34 144 24
Binary 1100110 110000 0 0 110101 1100100 111100 11100 1100100 10100

Color Harmonies of #663000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663000

Black with #663000

Text Example


Text Example

White with #663000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663000; }

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

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

background-color css

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

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

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

border-color css

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

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

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