Html Css Color HEX #683A0B Baker's Chocolate

📋 copy color: '#683A0B'

red 104 ◦ green 58 ◦ blue 11

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

Shades of Baker's Chocolate #683A0B

Tints of Baker's Chocolate #683A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.36%

R = 60.12%
G = 33.53%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#683A0B (or 0x683A0B) is known color: Baker's Chocolate. HEX triplet: 68, 3A and 0B. RGB value is (104,58,11). Sum of RGB (Red+Green+Blue) = 104+58+11=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #683A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A0B is #97C5F4. Grayscale: #424242. Windows color (decimal): -9946613 or 735848. OLE color: 735848.

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

Color convert

RGB 104 58 11 -
CMYK 0 0.44 0.89 0.59
HSL 30.32º 0.81% 0.23% -
HSV(B) 30.32º 0.89% 0.41% -
XYZ 7.28 5.99 1.09 -
YUV 66.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 104 58 11 0 0.44 0.89 0.59 30.32 0.81 0.23
Hex 68 3A B 0 2C 59 3B 1E 51 17
Octal 150 72 13 0 54 131 73 36 121 27
Binary 1101000 111010 1011 0 101100 1011001 111011 11110 1010001 10111

Color Harmonies of #683A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A0B

Black with #683A0B

Text Example


Text Example

White with #683A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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