Html Css Color HEX #683717 Baker's Chocolate

📋 copy color: '#683717'

red 104 ◦ green 55 ◦ blue 23

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

Shades of Baker's Chocolate #683717

Tints of Baker's Chocolate #683717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.22%

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

R = 57.14%
G = 30.22%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#683717 (or 0x683717) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 17. RGB value is (104,55,23). Sum of RGB (Red+Green+Blue) = 104+55+23=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #683717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683717 is #97C8E8. Grayscale: #424242. Windows color (decimal): -9947369 or 1521512. OLE color: 1521512.

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

Color convert

RGB 104 55 23 -
CMYK 0 0.47 0.78 0.59
HSL 23.7º 0.64% 0.25% -
HSV(B) 23.7º 0.78% 0.41% -
XYZ 7.23 5.74 1.54 -
YUV 66 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 104 55 23 0 0.47 0.78 0.59 23.7 0.64 0.25
Hex 68 37 17 0 2F 4E 3B 18 40 19
Octal 150 67 27 0 57 116 73 30 100 31
Binary 1101000 110111 10111 0 101111 1001110 111011 11000 1000000 11001

Color Harmonies of #683717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683717

Black with #683717

Text Example


Text Example

White with #683717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683717; }

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

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

background-color css

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

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

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

border-color css

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

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

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