Html Css Color HEX #683A10 Baker's Chocolate

📋 copy color: '#683A10'

red 104 ◦ green 58 ◦ blue 16

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

Shades of Baker's Chocolate #683A10

Tints of Baker's Chocolate #683A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.58%

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

R = 58.43%
G = 32.58%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#683A10 (or 0x683A10) is known color: Baker's Chocolate. HEX triplet: 68, 3A and 10. RGB value is (104,58,16). Sum of RGB (Red+Green+Blue) = 104+58+16=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #683A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A10 is #97C5EF. Grayscale: #434343. Windows color (decimal): -9946608 or 1063528. OLE color: 1063528.

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

Color convert

RGB 104 58 16 -
CMYK 0 0.44 0.85 0.59
HSL 28.64º 0.73% 0.24% -
HSV(B) 28.64º 0.85% 0.41% -
XYZ 7.32 6.01 1.26 -
YUV 66.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 104 58 16 0 0.44 0.85 0.59 28.64 0.73 0.24
Hex 68 3A 10 0 2C 55 3B 1D 49 18
Octal 150 72 20 0 54 125 73 35 111 30
Binary 1101000 111010 10000 0 101100 1010101 111011 11101 1001001 11000

Color Harmonies of #683A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A10

Black with #683A10

Text Example


Text Example

White with #683A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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