Html Css Color HEX #662201 Baker's Chocolate

📋 copy color: '#662201'

red 102 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #662201

Tints of Baker's Chocolate #662201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

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

R = 74.45%
G = 24.82%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#662201 (or 0x662201) is known color: Baker's Chocolate. HEX triplet: 66, 22 and 01. RGB value is (102,34,1). Sum of RGB (Red+Green+Blue) = 102+34+1=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #662201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662201 is #99DDFE. Grayscale: #323232. Windows color (decimal): -10083839 or 74342. OLE color: 74342.

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

Color convert

RGB 102 34 1 -
CMYK 0 0.67 0.99 0.6
HSL 19.6º 0.98% 0.2% -
HSV(B) 19.6º 0.99% 0.4% -
XYZ 6.06 3.97 0.48 -
YUV 50.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 102 34 1 0 0.67 0.99 0.6 19.6 0.98 0.2
Hex 66 22 1 0 43 63 3C 14 62 14
Octal 146 42 1 0 103 143 74 24 142 24
Binary 1100110 100010 1 0 1000011 1100011 111100 10100 1100010 10100

Color Harmonies of #662201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662201

Black with #662201

Text Example


Text Example

White with #662201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662201; }

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

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

background-color css

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

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

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

border-color css

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

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

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