Html Css Color HEX #683215 Baker's Chocolate

📋 copy color: '#683215'

red 104 ◦ green 50 ◦ blue 21

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

Shades of Baker's Chocolate #683215

Tints of Baker's Chocolate #683215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.57%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 59.43%
G = 28.57%
B = 12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#683215 (or 0x683215) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 15. RGB value is (104,50,21). Sum of RGB (Red+Green+Blue) = 104+50+21=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683215 is #97CDEA. Grayscale: #3F3F3F. Windows color (decimal): -9948651 or 1389160. OLE color: 1389160.

HSL color Cylindrical-coordinate representation of color #683215: hue angle of 20.96º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #683215 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 21 -
CMYK 0 0.52 0.80 0.59
HSL 20.96º 0.66% 0.25% -
HSV(B) 20.96º 0.8% 0.41% -
XYZ 6.98 5.28 1.36 -
YUV 62.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 104 50 21 0 0.52 0.80 0.59 20.96 0.66 0.25
Hex 68 32 15 0 34 50 3B 15 42 19
Octal 150 62 25 0 64 120 73 25 102 31
Binary 1101000 110010 10101 0 110100 1010000 111011 10101 1000010 11001

Color Harmonies of #683215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683215

Black with #683215

Text Example


Text Example

White with #683215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683215; }

 p { color: rgb(104,50,21); }

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

background-color css

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

 a { background-color: rgb(104,50,21); }

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

border-color css

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

 span { border-color: rgb(104,50,21); }

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