Html Css Color HEX #663010 Baker's Chocolate

📋 copy color: '#663010'

red 102 ◦ green 48 ◦ blue 16

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

Shades of Baker's Chocolate #663010

Tints of Baker's Chocolate #663010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 61.45%
G = 28.92%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#663010 (or 0x663010) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 10. RGB value is (102,48,16). Sum of RGB (Red+Green+Blue) = 102+48+16=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #663010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663010 is #99CFEF. Grayscale: #3C3C3C. Windows color (decimal): -10080240 or 1060966. OLE color: 1060966.

HSL color Cylindrical-coordinate representation of color #663010: hue angle of 22.33º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #663010 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 16 -
CMYK 0 0.53 0.84 0.6
HSL 22.33º 0.73% 0.23% -
HSV(B) 22.33º 0.84% 0.4% -
XYZ 6.63 4.98 1.1 -
YUV 60.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 102 48 16 0 0.53 0.84 0.6 22.33 0.73 0.23
Hex 66 30 10 0 35 54 3C 16 49 17
Octal 146 60 20 0 65 124 74 26 111 27
Binary 1100110 110000 10000 0 110101 1010100 111100 10110 1001001 10111

Color Harmonies of #663010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663010

Black with #663010

Text Example


Text Example

White with #663010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663010; }

 p { color: rgb(102,48,16); }

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

background-color css

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

 a { background-color: rgb(102,48,16); }

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

border-color css

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

 span { border-color: rgb(102,48,16); }

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