Html Css Color HEX #682609 Baker's Chocolate

📋 copy color: '#682609'

red 104 ◦ green 38 ◦ blue 9

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

Shades of Baker's Chocolate #682609

Tints of Baker's Chocolate #682609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

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

R = 68.87%
G = 25.17%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#682609 (or 0x682609) is known color: Baker's Chocolate. HEX triplet: 68, 26 and 09. RGB value is (104,38,9). Sum of RGB (Red+Green+Blue) = 104+38+9=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #682609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682609 is #97D9F6. Grayscale: #363636. Windows color (decimal): -9951735 or 599656. OLE color: 599656.

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

Color convert

RGB 104 38 9 -
CMYK 0 0.63 0.91 0.59
HSL 18.32º 0.84% 0.22% -
HSV(B) 18.32º 0.91% 0.41% -
XYZ 6.45 4.35 0.76 -
YUV 54.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 104 38 9 0 0.63 0.91 0.59 18.32 0.84 0.22
Hex 68 26 9 0 3F 5B 3B 12 54 16
Octal 150 46 11 0 77 133 73 22 124 26
Binary 1101000 100110 1001 0 111111 1011011 111011 10010 1010100 10110

Color Harmonies of #682609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682609

Black with #682609

Text Example


Text Example

White with #682609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682609; }

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

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

background-color css

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

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

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

border-color css

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

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

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