Html Css Color HEX #683414 Baker's Chocolate

📋 copy color: '#683414'

red 104 ◦ green 52 ◦ blue 20

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

Shades of Baker's Chocolate #683414

Tints of Baker's Chocolate #683414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

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

R = 59.09%
G = 29.55%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#683414 (or 0x683414) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 14. RGB value is (104,52,20). Sum of RGB (Red+Green+Blue) = 104+52+20=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #683414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683414 is #97CBEB. Grayscale: #404040. Windows color (decimal): -9948140 or 1324136. OLE color: 1324136.

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

Color convert

RGB 104 52 20 -
CMYK 0 0.50 0.81 0.59
HSL 22.86º 0.68% 0.24% -
HSV(B) 22.86º 0.81% 0.41% -
XYZ 7.06 5.45 1.34 -
YUV 63.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 104 52 20 0 0.50 0.81 0.59 22.86 0.68 0.24
Hex 68 34 14 0 32 51 3B 17 44 18
Octal 150 64 24 0 62 121 73 27 104 30
Binary 1101000 110100 10100 0 110010 1010001 111011 10111 1000100 11000

Color Harmonies of #683414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683414

Black with #683414

Text Example


Text Example

White with #683414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683414; }

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

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

background-color css

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

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

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

border-color css

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

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

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