Html Css Color HEX #683313 Baker's Chocolate

📋 copy color: '#683313'

red 104 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #683313

Tints of Baker's Chocolate #683313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 59.77%
G = 29.31%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#683313 (or 0x683313) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 13. RGB value is (104,51,19). Sum of RGB (Red+Green+Blue) = 104+51+19=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #683313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683313 is #97CCEC. Grayscale: #3F3F3F. Windows color (decimal): -9948397 or 1258344. OLE color: 1258344.

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

Color convert

RGB 104 51 19 -
CMYK 0 0.51 0.82 0.59
HSL 22.59º 0.69% 0.24% -
HSV(B) 22.59º 0.82% 0.41% -
XYZ 7.01 5.36 1.28 -
YUV 63.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 104 51 19 0 0.51 0.82 0.59 22.59 0.69 0.24
Hex 68 33 13 0 33 52 3B 17 45 18
Octal 150 63 23 0 63 122 73 27 105 30
Binary 1101000 110011 10011 0 110011 1010010 111011 10111 1000101 11000

Color Harmonies of #683313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683313

Black with #683313

Text Example


Text Example

White with #683313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683313; }

 p { color: rgb(104,51,19); }

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

background-color css

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

 a { background-color: rgb(104,51,19); }

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

border-color css

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

 span { border-color: rgb(104,51,19); }

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