Html Css Color HEX #663201 Baker's Chocolate

📋 copy color: '#663201'

red 102 ◦ green 50 ◦ blue 1

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

Shades of Baker's Chocolate #663201

Tints of Baker's Chocolate #663201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

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

R = 66.67%
G = 32.68%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#663201 (or 0x663201) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 01. RGB value is (102,50,1). Sum of RGB (Red+Green+Blue) = 102+50+1=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #663201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663201 is #99CDFE. Grayscale: #3C3C3C. Windows color (decimal): -10079743 or 78438. OLE color: 78438.

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

Color convert

RGB 102 50 1 -
CMYK 0 0.51 0.99 0.6
HSL 29.11º 0.98% 0.2% -
HSV(B) 29.11º 0.99% 0.4% -
XYZ 6.63 5.11 0.67 -
YUV 59.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 102 50 1 0 0.51 0.99 0.6 29.11 0.98 0.2
Hex 66 32 1 0 33 63 3C 1D 62 14
Octal 146 62 1 0 63 143 74 35 142 24
Binary 1100110 110010 1 0 110011 1100011 111100 11101 1100010 10100

Color Harmonies of #663201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663201

Black with #663201

Text Example


Text Example

White with #663201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663201; }

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

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

background-color css

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

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

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

border-color css

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

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

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