Html Css Color HEX #683117 Baker's Chocolate

📋 copy color: '#683117'

red 104 ◦ green 49 ◦ blue 23

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

Shades of Baker's Chocolate #683117

Tints of Baker's Chocolate #683117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.07%

R = 59.09%
G = 27.84%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#683117 (or 0x683117) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 17. RGB value is (104,49,23). Sum of RGB (Red+Green+Blue) = 104+49+23=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #683117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683117 is #97CEE8. Grayscale: #3E3E3E. Windows color (decimal): -9948905 or 1519976. OLE color: 1519976.

HSL color Cylindrical-coordinate representation of color #683117: hue angle of 19.26º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #683117 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 23 -
CMYK 0 0.53 0.78 0.59
HSL 19.26º 0.64% 0.25% -
HSV(B) 19.26º 0.78% 0.41% -
XYZ 6.96 5.2 1.45 -
YUV 62.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 104 49 23 0 0.53 0.78 0.59 19.26 0.64 0.25
Hex 68 31 17 0 35 4E 3B 13 40 19
Octal 150 61 27 0 65 116 73 23 100 31
Binary 1101000 110001 10111 0 110101 1001110 111011 10011 1000000 11001

Color Harmonies of #683117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683117

Black with #683117

Text Example


Text Example

White with #683117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683117; }

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

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

background-color css

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

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

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

border-color css

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

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

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