Html Css Color HEX #663712 Baker's Chocolate

📋 copy color: '#663712'

red 102 ◦ green 55 ◦ blue 18

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

Shades of Baker's Chocolate #663712

Tints of Baker's Chocolate #663712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

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

R = 58.29%
G = 31.43%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#663712 (or 0x663712) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 12. RGB value is (102,55,18). Sum of RGB (Red+Green+Blue) = 102+55+18=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663712 is #99C8ED. Grayscale: #414141. Windows color (decimal): -10078446 or 1193830. OLE color: 1193830.

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

Color convert

RGB 102 55 18 -
CMYK 0 0.46 0.82 0.6
HSL 26.43º 0.7% 0.24% -
HSV(B) 26.43º 0.82% 0.4% -
XYZ 6.95 5.6 1.29 -
YUV 64.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 102 55 18 0 0.46 0.82 0.6 26.43 0.7 0.24
Hex 66 37 12 0 2E 52 3C 1A 46 18
Octal 146 67 22 0 56 122 74 32 106 30
Binary 1100110 110111 10010 0 101110 1010010 111100 11010 1000110 11000

Color Harmonies of #663712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663712

Black with #663712

Text Example


Text Example

White with #663712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663712; }

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

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

background-color css

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

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

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

border-color css

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

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

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