Html Css Color HEX #663B12 Baker's Chocolate

📋 copy color: '#663B12'

red 102 ◦ green 59 ◦ blue 18

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

Shades of Baker's Chocolate #663B12

Tints of Baker's Chocolate #663B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 56.98%
G = 32.96%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#663B12 (or 0x663B12) is known color: Baker's Chocolate. HEX triplet: 66, 3B and 12. RGB value is (102,59,18). Sum of RGB (Red+Green+Blue) = 102+59+18=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #663B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B12 is #99C4ED. Grayscale: #434343. Windows color (decimal): -10077422 or 1194854. OLE color: 1194854.

HSL color Cylindrical-coordinate representation of color #663B12: hue angle of 29.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #663B12 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 59 18 -
CMYK 0 0.42 0.82 0.6
HSL 29.29º 0.7% 0.24% -
HSV(B) 29.29º 0.82% 0.4% -
XYZ 7.15 6 1.35 -
YUV 67.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 102 59 18 0 0.42 0.82 0.6 29.29 0.7 0.24
Hex 66 3B 12 0 2A 52 3C 1D 46 18
Octal 146 73 22 0 52 122 74 35 106 30
Binary 1100110 111011 10010 0 101010 1010010 111100 11101 1000110 11000

Color Harmonies of #663B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B12

Black with #663B12

Text Example


Text Example

White with #663B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B12; }

 p { color: rgb(102,59,18); }

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

background-color css

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

 a { background-color: rgb(102,59,18); }

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

border-color css

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

 span { border-color: rgb(102,59,18); }

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