Html Css Color HEX #683610 Baker's Chocolate

📋 copy color: '#683610'

red 104 ◦ green 54 ◦ blue 16

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

Shades of Baker's Chocolate #683610

Tints of Baker's Chocolate #683610

RGB

 RED value IS 104 (41.02% from 255) = 59.77%

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 59.77%
G = 31.03%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#683610 (or 0x683610) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 10. RGB value is (104,54,16). Sum of RGB (Red+Green+Blue) = 104+54+16=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #683610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683610 is #97C9EF. Grayscale: #404040. Windows color (decimal): -9947632 or 1062504. OLE color: 1062504.

HSL color Cylindrical-coordinate representation of color #683610: hue angle of 25.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #683610 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 54 16 -
CMYK 0 0.48 0.85 0.59
HSL 25.91º 0.73% 0.24% -
HSV(B) 25.91º 0.85% 0.41% -
XYZ 7.12 5.62 1.2 -
YUV 64.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 104 54 16 0 0.48 0.85 0.59 25.91 0.73 0.24
Hex 68 36 10 0 30 55 3B 1A 49 18
Octal 150 66 20 0 60 125 73 32 111 30
Binary 1101000 110110 10000 0 110000 1010101 111011 11010 1001001 11000

Color Harmonies of #683610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683610

Black with #683610

Text Example


Text Example

White with #683610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683610; }

 p { color: rgb(104,54,16); }

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

background-color css

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

 a { background-color: rgb(104,54,16); }

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

border-color css

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

 span { border-color: rgb(104,54,16); }

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