Html Css Color HEX #683910 Baker's Chocolate

📋 copy color: '#683910'

red 104 ◦ green 57 ◦ blue 16

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

Shades of Baker's Chocolate #683910

Tints of Baker's Chocolate #683910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

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

R = 58.76%
G = 32.2%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#683910 (or 0x683910) is known color: Baker's Chocolate. HEX triplet: 68, 39 and 10. RGB value is (104,57,16). Sum of RGB (Red+Green+Blue) = 104+57+16=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683910 is #97C6EF. Grayscale: #424242. Windows color (decimal): -9946864 or 1063272. OLE color: 1063272.

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

Color convert

RGB 104 57 16 -
CMYK 0 0.45 0.85 0.59
HSL 27.95º 0.73% 0.24% -
HSV(B) 27.95º 0.85% 0.41% -
XYZ 7.27 5.91 1.25 -
YUV 66.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 104 57 16 0 0.45 0.85 0.59 27.95 0.73 0.24
Hex 68 39 10 0 2D 55 3B 1C 49 18
Octal 150 71 20 0 55 125 73 34 111 30
Binary 1101000 111001 10000 0 101101 1010101 111011 11100 1001001 11000

Color Harmonies of #683910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683910

Black with #683910

Text Example


Text Example

White with #683910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683910; }

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

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

background-color css

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

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

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

border-color css

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

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

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