Html Css Color HEX #683114 Baker's Chocolate

📋 copy color: '#683114'

red 104 ◦ green 49 ◦ blue 20

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

Shades of Baker's Chocolate #683114

Tints of Baker's Chocolate #683114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.32%

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

R = 60.12%
G = 28.32%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#683114 (or 0x683114) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 14. RGB value is (104,49,20). Sum of RGB (Red+Green+Blue) = 104+49+20=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #683114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683114 is #97CEEB. Grayscale: #3E3E3E. Windows color (decimal): -9948908 or 1323368. OLE color: 1323368.

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

Color convert

RGB 104 49 20 -
CMYK 0 0.53 0.81 0.59
HSL 20.71º 0.68% 0.24% -
HSV(B) 20.71º 0.81% 0.41% -
XYZ 6.93 5.19 1.3 -
YUV 62.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 104 49 20 0 0.53 0.81 0.59 20.71 0.68 0.24
Hex 68 31 14 0 35 51 3B 15 44 18
Octal 150 61 24 0 65 121 73 25 104 30
Binary 1101000 110001 10100 0 110101 1010001 111011 10101 1000100 11000

Color Harmonies of #683114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683114

Black with #683114

Text Example


Text Example

White with #683114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683114; }

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

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

background-color css

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

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

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

border-color css

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

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

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