Html Css Color HEX #683017 Baker's Chocolate

📋 copy color: '#683017'

red 104 ◦ green 48 ◦ blue 23

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

Shades of Baker's Chocolate #683017

Tints of Baker's Chocolate #683017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

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

R = 59.43%
G = 27.43%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#683017 (or 0x683017) is known color: Baker's Chocolate. HEX triplet: 68, 30 and 17. RGB value is (104,48,23). Sum of RGB (Red+Green+Blue) = 104+48+23=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683017 is #97CFE8. Grayscale: #3E3E3E. Windows color (decimal): -9949161 or 1519720. OLE color: 1519720.

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

Color convert

RGB 104 48 23 -
CMYK 0 0.54 0.78 0.59
HSL 18.52º 0.64% 0.25% -
HSV(B) 18.52º 0.78% 0.41% -
XYZ 6.92 5.12 1.43 -
YUV 61.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 104 48 23 0 0.54 0.78 0.59 18.52 0.64 0.25
Hex 68 30 17 0 36 4E 3B 13 40 19
Octal 150 60 27 0 66 116 73 23 100 31
Binary 1101000 110000 10111 0 110110 1001110 111011 10011 1000000 11001

Color Harmonies of #683017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683017

Black with #683017

Text Example


Text Example

White with #683017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683017; }

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

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

background-color css

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

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

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

border-color css

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

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

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