Html Css Color HEX #683514 Baker's Chocolate

📋 copy color: '#683514'

red 104 ◦ green 53 ◦ blue 20

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

Shades of Baker's Chocolate #683514

Tints of Baker's Chocolate #683514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 58.76%
G = 29.94%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#683514 (or 0x683514) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 14. RGB value is (104,53,20). Sum of RGB (Red+Green+Blue) = 104+53+20=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683514 is #97CAEB. Grayscale: #404040. Windows color (decimal): -9947884 or 1324392. OLE color: 1324392.

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

Color convert

RGB 104 53 20 -
CMYK 0 0.49 0.81 0.59
HSL 23.57º 0.68% 0.24% -
HSV(B) 23.57º 0.81% 0.41% -
XYZ 7.11 5.54 1.36 -
YUV 64.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 104 53 20 0 0.49 0.81 0.59 23.57 0.68 0.24
Hex 68 35 14 0 31 51 3B 18 44 18
Octal 150 65 24 0 61 121 73 30 104 30
Binary 1101000 110101 10100 0 110001 1010001 111011 11000 1000100 11000

Color Harmonies of #683514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683514

Black with #683514

Text Example


Text Example

White with #683514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683514; }

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

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

background-color css

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

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

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

border-color css

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

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

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