Html Css Color HEX #662001 Baker's Chocolate

📋 copy color: '#662001'

red 102 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #662001

Tints of Baker's Chocolate #662001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.7%

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

R = 75.56%
G = 23.7%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#662001 (or 0x662001) is known color: Baker's Chocolate. HEX triplet: 66, 20 and 01. RGB value is (102,32,1). Sum of RGB (Red+Green+Blue) = 102+32+1=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #662001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662001 is #99DFFE. Grayscale: #313131. Windows color (decimal): -10084351 or 73830. OLE color: 73830.

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

Color convert

RGB 102 32 1 -
CMYK 0 0.69 0.99 0.6
HSL 18.42º 0.98% 0.2% -
HSV(B) 18.42º 0.99% 0.4% -
XYZ 6 3.86 0.46 -
YUV 49.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 102 32 1 0 0.69 0.99 0.6 18.42 0.98 0.2
Hex 66 20 1 0 45 63 3C 12 62 14
Octal 146 40 1 0 105 143 74 22 142 24
Binary 1100110 100000 1 0 1000101 1100011 111100 10010 1100010 10100

Color Harmonies of #662001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662001

Black with #662001

Text Example


Text Example

White with #662001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662001; }

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

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

background-color css

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

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

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

border-color css

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

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

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