Html Css Color HEX #683517 Baker's Chocolate

📋 copy color: '#683517'

red 104 ◦ green 53 ◦ blue 23

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

Shades of Baker's Chocolate #683517

Tints of Baker's Chocolate #683517

RGB

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

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

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

R = 57.78%
G = 29.44%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#683517 (or 0x683517) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 17. RGB value is (104,53,23). Sum of RGB (Red+Green+Blue) = 104+53+23=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #683517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683517 is #97CAE8. Grayscale: #414141. Windows color (decimal): -9947881 or 1521000. OLE color: 1521000.

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

Color convert

RGB 104 53 23 -
CMYK 0 0.49 0.78 0.59
HSL 22.22º 0.64% 0.25% -
HSV(B) 22.22º 0.78% 0.41% -
XYZ 7.14 5.55 1.51 -
YUV 64.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 104 53 23 0 0.49 0.78 0.59 22.22 0.64 0.25
Hex 68 35 17 0 31 4E 3B 16 40 19
Octal 150 65 27 0 61 116 73 26 100 31
Binary 1101000 110101 10111 0 110001 1001110 111011 10110 1000000 11001

Color Harmonies of #683517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683517

Black with #683517

Text Example


Text Example

White with #683517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683517; }

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

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

background-color css

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

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

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

border-color css

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

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

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