Html Css Color HEX #683415 Baker's Chocolate

📋 copy color: '#683415'

red 104 ◦ green 52 ◦ blue 21

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

Shades of Baker's Chocolate #683415

Tints of Baker's Chocolate #683415

RGB

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

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

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

R = 58.76%
G = 29.38%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#683415 (or 0x683415) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 15. RGB value is (104,52,21). Sum of RGB (Red+Green+Blue) = 104+52+21=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683415 is #97CBEA. Grayscale: #404040. Windows color (decimal): -9948139 or 1389672. OLE color: 1389672.

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

Color convert

RGB 104 52 21 -
CMYK 0 0.50 0.80 0.59
HSL 22.41º 0.66% 0.25% -
HSV(B) 22.41º 0.8% 0.41% -
XYZ 7.07 5.45 1.39 -
YUV 64.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 104 52 21 0 0.50 0.80 0.59 22.41 0.66 0.25
Hex 68 34 15 0 32 50 3B 16 42 19
Octal 150 64 25 0 62 120 73 26 102 31
Binary 1101000 110100 10101 0 110010 1010000 111011 10110 1000010 11001

Color Harmonies of #683415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683415

Black with #683415

Text Example


Text Example

White with #683415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683415; }

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

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

background-color css

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

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

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

border-color css

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

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

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