Html Css Color HEX #682909 Baker's Chocolate

📋 copy color: '#682909'

red 104 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #682909

Tints of Baker's Chocolate #682909

RGB

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

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

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

R = 67.53%
G = 26.62%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#682909 (or 0x682909) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 09. RGB value is (104,41,9). Sum of RGB (Red+Green+Blue) = 104+41+9=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #682909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682909 is #97D6F6. Grayscale: #383838. Windows color (decimal): -9950967 or 600424. OLE color: 600424.

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

Color convert

RGB 104 41 9 -
CMYK 0 0.61 0.91 0.59
HSL 20.21º 0.84% 0.22% -
HSV(B) 20.21º 0.91% 0.41% -
XYZ 6.55 4.55 0.79 -
YUV 56.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 104 41 9 0 0.61 0.91 0.59 20.21 0.84 0.22
Hex 68 29 9 0 3D 5B 3B 14 54 16
Octal 150 51 11 0 75 133 73 24 124 26
Binary 1101000 101001 1001 0 111101 1011011 111011 10100 1010100 10110

Color Harmonies of #682909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682909

Black with #682909

Text Example


Text Example

White with #682909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682909; }

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

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

background-color css

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

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

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

border-color css

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

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

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