Html Css Color HEX #682809 Baker's Chocolate

📋 copy color: '#682809'

red 104 ◦ green 40 ◦ blue 9

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

Shades of Baker's Chocolate #682809

Tints of Baker's Chocolate #682809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.14%

 BLUE value IS 9 (3.91% from 255) = 5.88%

R = 67.97%
G = 26.14%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#682809 (or 0x682809) is known color: Baker's Chocolate. HEX triplet: 68, 28 and 09. RGB value is (104,40,9). Sum of RGB (Red+Green+Blue) = 104+40+9=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #682809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682809 is #97D7F6. Grayscale: #373737. Windows color (decimal): -9951223 or 600168. OLE color: 600168.

HSL color Cylindrical-coordinate representation of color #682809: hue angle of 19.58º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #682809 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 40 9 -
CMYK 0 0.62 0.91 0.59
HSL 19.58º 0.84% 0.22% -
HSV(B) 19.58º 0.91% 0.41% -
XYZ 6.52 4.48 0.78 -
YUV 55.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 104 40 9 0 0.62 0.91 0.59 19.58 0.84 0.22
Hex 68 28 9 0 3E 5B 3B 14 54 16
Octal 150 50 11 0 76 133 73 24 124 26
Binary 1101000 101000 1001 0 111110 1011011 111011 10100 1010100 10110

Color Harmonies of #682809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682809

Black with #682809

Text Example


Text Example

White with #682809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682809; }

 p { color: rgb(104,40,9); }

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

background-color css

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

 a { background-color: rgb(104,40,9); }

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

border-color css

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

 span { border-color: rgb(104,40,9); }

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