Html Css Color HEX #662300 Baker's Chocolate

📋 copy color: '#662300'

red 102 ◦ green 35 ◦ blue 0

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

Shades of Baker's Chocolate #662300

Tints of Baker's Chocolate #662300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.45%
G = 25.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#662300 (or 0x662300) is known color: Baker's Chocolate. HEX triplet: 66, 23 and 00. RGB value is (102,35,0). Sum of RGB (Red+Green+Blue) = 102+35+0=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #662300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662300 is #99DCFF. Grayscale: #333333. Windows color (decimal): -10083584 or 9062. OLE color: 9062.

HSL color Cylindrical-coordinate representation of color #662300: hue angle of 20.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #662300 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 0 -
CMYK 0 0.66 1 0.6
HSL 20.59º 1% 0.2% -
HSV(B) 20.59º 1% 0.4% -
XYZ 6.08 4.03 0.46 -
YUV 51.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 102 35 0 0 0.66 1 0.6 20.59 1 0.2
Hex 66 23 0 0 42 64 3C 15 64 14
Octal 146 43 0 0 102 144 74 25 144 24
Binary 1100110 100011 0 0 1000010 1100100 111100 10101 1100100 10100

Color Harmonies of #662300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662300

Black with #662300

Text Example


Text Example

White with #662300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662300; }

 p { color: rgb(102,35,0); }

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

background-color css

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

 a { background-color: rgb(102,35,0); }

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

border-color css

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

 span { border-color: rgb(102,35,0); }

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