Html Css Color HEX #682D09 Baker's Chocolate

📋 copy color: '#682D09'

red 104 ◦ green 45 ◦ blue 9

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

Shades of Baker's Chocolate #682D09

Tints of Baker's Chocolate #682D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

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

R = 65.82%
G = 28.48%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#682D09 (or 0x682D09) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 09. RGB value is (104,45,9). Sum of RGB (Red+Green+Blue) = 104+45+9=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D09 is #97D2F6. Grayscale: #3A3A3A. Windows color (decimal): -9949943 or 601448. OLE color: 601448.

HSL color Cylindrical-coordinate representation of color #682D09: hue angle of 22.74º 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 #682D09 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 45 9 -
CMYK 0 0.57 0.91 0.59
HSL 22.74º 0.84% 0.22% -
HSV(B) 22.74º 0.91% 0.41% -
XYZ 6.7 4.84 0.84 -
YUV 58.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 104 45 9 0 0.57 0.91 0.59 22.74 0.84 0.22
Hex 68 2D 9 0 39 5B 3B 17 54 16
Octal 150 55 11 0 71 133 73 27 124 26
Binary 1101000 101101 1001 0 111001 1011011 111011 10111 1010100 10110

Color Harmonies of #682D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D09

Black with #682D09

Text Example


Text Example

White with #682D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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