Html Css Color HEX #682913 Baker's Chocolate

📋 copy color: '#682913'

red 104 ◦ green 41 ◦ blue 19

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

Shades of Baker's Chocolate #682913

Tints of Baker's Chocolate #682913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

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

R = 63.41%
G = 25%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682913 (or 0x682913) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 13. RGB value is (104,41,19). Sum of RGB (Red+Green+Blue) = 104+41+19=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #682913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682913 is #97D6EC. Grayscale: #393939. Windows color (decimal): -9950957 or 1255784. OLE color: 1255784.

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

Color convert

RGB 104 41 19 -
CMYK 0 0.61 0.82 0.59
HSL 15.53º 0.69% 0.24% -
HSV(B) 15.53º 0.82% 0.41% -
XYZ 6.62 4.58 1.15 -
YUV 57.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 104 41 19 0 0.61 0.82 0.59 15.53 0.69 0.24
Hex 68 29 13 0 3D 52 3B 10 45 18
Octal 150 51 23 0 75 122 73 20 105 30
Binary 1101000 101001 10011 0 111101 1010010 111011 10000 1000101 11000

Color Harmonies of #682913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682913

Black with #682913

Text Example


Text Example

White with #682913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682913; }

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

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

background-color css

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

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

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

border-color css

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

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

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