Html Css Color HEX #683411 Baker's Chocolate

📋 copy color: '#683411'

red 104 ◦ green 52 ◦ blue 17

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

Shades of Baker's Chocolate #683411

Tints of Baker's Chocolate #683411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 60.12%
G = 30.06%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#683411 (or 0x683411) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 11. RGB value is (104,52,17). Sum of RGB (Red+Green+Blue) = 104+52+17=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #683411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683411 is #97CBEE. Grayscale: #3F3F3F. Windows color (decimal): -9948143 or 1127528. OLE color: 1127528.

HSL color Cylindrical-coordinate representation of color #683411: hue angle of 24.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #683411 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 17 -
CMYK 0 0.50 0.84 0.59
HSL 24.14º 0.72% 0.24% -
HSV(B) 24.14º 0.84% 0.41% -
XYZ 7.04 5.44 1.21 -
YUV 63.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 104 52 17 0 0.50 0.84 0.59 24.14 0.72 0.24
Hex 68 34 11 0 32 54 3B 18 48 18
Octal 150 64 21 0 62 124 73 30 110 30
Binary 1101000 110100 10001 0 110010 1010100 111011 11000 1001000 11000

Color Harmonies of #683411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683411

Black with #683411

Text Example


Text Example

White with #683411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683411; }

 p { color: rgb(104,52,17); }

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

background-color css

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

 a { background-color: rgb(104,52,17); }

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

border-color css

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

 span { border-color: rgb(104,52,17); }

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