Html Css Color HEX #683510 Baker's Chocolate

📋 copy color: '#683510'

red 104 ◦ green 53 ◦ blue 16

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

Shades of Baker's Chocolate #683510

Tints of Baker's Chocolate #683510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 60.12%
G = 30.64%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#683510 (or 0x683510) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 10. RGB value is (104,53,16). Sum of RGB (Red+Green+Blue) = 104+53+16=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #683510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683510 is #97CAEF. Grayscale: #404040. Windows color (decimal): -9947888 or 1062248. OLE color: 1062248.

HSL color Cylindrical-coordinate representation of color #683510: hue angle of 25.23º 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 #683510 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 16 -
CMYK 0 0.49 0.85 0.59
HSL 25.23º 0.73% 0.24% -
HSV(B) 25.23º 0.85% 0.41% -
XYZ 7.08 5.53 1.18 -
YUV 64.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 104 53 16 0 0.49 0.85 0.59 25.23 0.73 0.24
Hex 68 35 10 0 31 55 3B 19 49 18
Octal 150 65 20 0 61 125 73 31 111 30
Binary 1101000 110101 10000 0 110001 1010101 111011 11001 1001001 11000

Color Harmonies of #683510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683510

Black with #683510

Text Example


Text Example

White with #683510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683510; }

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

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

background-color css

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

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

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

border-color css

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

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

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