Html Css Color HEX #682914 Baker's Chocolate

📋 copy color: '#682914'

red 104 ◦ green 41 ◦ blue 20

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

Shades of Baker's Chocolate #682914

Tints of Baker's Chocolate #682914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 63.03%
G = 24.85%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#682914 (or 0x682914) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 14. RGB value is (104,41,20). Sum of RGB (Red+Green+Blue) = 104+41+20=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682914 is #97D6EB. Grayscale: #393939. Windows color (decimal): -9950956 or 1321320. OLE color: 1321320.

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

Color convert

RGB 104 41 20 -
CMYK 0 0.61 0.81 0.59
HSL 15º 0.68% 0.24% -
HSV(B) 15º 0.81% 0.41% -
XYZ 6.63 4.58 1.2 -
YUV 57.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 104 41 20 0 0.61 0.81 0.59 15 0.68 0.24
Hex 68 29 14 0 3D 51 3B F 44 18
Octal 150 51 24 0 75 121 73 17 104 30
Binary 1101000 101001 10100 0 111101 1010001 111011 1111 1000100 11000

Color Harmonies of #682914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682914

Black with #682914

Text Example


Text Example

White with #682914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682914; }

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

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

background-color css

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

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

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

border-color css

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

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

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