Html Css Color HEX #683310 Baker's Chocolate

📋 copy color: '#683310'

red 104 ◦ green 51 ◦ blue 16

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

Shades of Baker's Chocolate #683310

Tints of Baker's Chocolate #683310

RGB

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

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

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

R = 60.82%
G = 29.82%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#683310 (or 0x683310) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 10. RGB value is (104,51,16). Sum of RGB (Red+Green+Blue) = 104+51+16=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #683310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683310 is #97CCEF. Grayscale: #3F3F3F. Windows color (decimal): -9948400 or 1061736. OLE color: 1061736.

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

Color convert

RGB 104 51 16 -
CMYK 0 0.51 0.85 0.59
HSL 23.86º 0.73% 0.24% -
HSV(B) 23.86º 0.85% 0.41% -
XYZ 6.99 5.35 1.15 -
YUV 62.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 104 51 16 0 0.51 0.85 0.59 23.86 0.73 0.24
Hex 68 33 10 0 33 55 3B 18 49 18
Octal 150 63 20 0 63 125 73 30 111 30
Binary 1101000 110011 10000 0 110011 1010101 111011 11000 1001001 11000

Color Harmonies of #683310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683310

Black with #683310

Text Example


Text Example

White with #683310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683310; }

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

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

background-color css

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

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

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

border-color css

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

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

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