Html Css Color HEX #663001 Baker's Chocolate

📋 copy color: '#663001'

red 102 ◦ green 48 ◦ blue 1

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

Shades of Baker's Chocolate #663001

Tints of Baker's Chocolate #663001

RGB

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

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

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

R = 67.55%
G = 31.79%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#663001 (or 0x663001) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 01. RGB value is (102,48,1). Sum of RGB (Red+Green+Blue) = 102+48+1=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #663001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663001 is #99CFFE. Grayscale: #3B3B3B. Windows color (decimal): -10080255 or 77926. OLE color: 77926.

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

Color convert

RGB 102 48 1 -
CMYK 0 0.53 0.99 0.6
HSL 27.92º 0.98% 0.2% -
HSV(B) 27.92º 0.99% 0.4% -
XYZ 6.54 4.94 0.64 -
YUV 58.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 102 48 1 0 0.53 0.99 0.6 27.92 0.98 0.2
Hex 66 30 1 0 35 63 3C 1C 62 14
Octal 146 60 1 0 65 143 74 34 142 24
Binary 1100110 110000 1 0 110101 1100011 111100 11100 1100010 10100

Color Harmonies of #663001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663001

Black with #663001

Text Example


Text Example

White with #663001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663001; }

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

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

background-color css

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

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

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

border-color css

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

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

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