Html Css Color HEX #663401 Baker's Chocolate

📋 copy color: '#663401'

red 102 ◦ green 52 ◦ blue 1

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

Shades of Baker's Chocolate #663401

Tints of Baker's Chocolate #663401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 65.81%
G = 33.55%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#663401 (or 0x663401) is known color: Baker's Chocolate. HEX triplet: 66, 34 and 01. RGB value is (102,52,1). Sum of RGB (Red+Green+Blue) = 102+52+1=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #663401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663401 is #99CBFE. Grayscale: #3D3D3D. Windows color (decimal): -10079231 or 78950. OLE color: 78950.

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

Color convert

RGB 102 52 1 -
CMYK 0 0.49 0.99 0.6
HSL 30.3º 0.98% 0.2% -
HSV(B) 30.3º 0.99% 0.4% -
XYZ 6.71 5.28 0.69 -
YUV 61.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 102 52 1 0 0.49 0.99 0.6 30.3 0.98 0.2
Hex 66 34 1 0 31 63 3C 1E 62 14
Octal 146 64 1 0 61 143 74 36 142 24
Binary 1100110 110100 1 0 110001 1100011 111100 11110 1100010 10100

Color Harmonies of #663401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663401

Black with #663401

Text Example


Text Example

White with #663401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663401; }

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

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

background-color css

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

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

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

border-color css

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

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

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