Html Css Color HEX #683A16 Baker's Chocolate

📋 copy color: '#683A16'

red 104 ◦ green 58 ◦ blue 22

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

Shades of Baker's Chocolate #683A16

Tints of Baker's Chocolate #683A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.96%

R = 56.52%
G = 31.52%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#683A16 (or 0x683A16) is known color: Baker's Chocolate. HEX triplet: 68, 3A and 16. RGB value is (104,58,22). Sum of RGB (Red+Green+Blue) = 104+58+22=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #683A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A16 is #97C5E9. Grayscale: #434343. Windows color (decimal): -9946602 or 1456744. OLE color: 1456744.

HSL color Cylindrical-coordinate representation of color #683A16: hue angle of 26.34º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #683A16 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 58 22 -
CMYK 0 0.44 0.79 0.59
HSL 26.34º 0.65% 0.25% -
HSV(B) 26.34º 0.79% 0.41% -
XYZ 7.37 6.03 1.53 -
YUV 67.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 104 58 22 0 0.44 0.79 0.59 26.34 0.65 0.25
Hex 68 3A 16 0 2C 4F 3B 1A 41 19
Octal 150 72 26 0 54 117 73 32 101 31
Binary 1101000 111010 10110 0 101100 1001111 111011 11010 1000001 11001

Color Harmonies of #683A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A16

Black with #683A16

Text Example


Text Example

White with #683A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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