Html Css Color HEX #682009 Baker's Chocolate

📋 copy color: '#682009'

red 104 ◦ green 32 ◦ blue 9

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

Shades of Baker's Chocolate #682009

Tints of Baker's Chocolate #682009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

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

R = 71.72%
G = 22.07%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#682009 (or 0x682009) is known color: Baker's Chocolate. HEX triplet: 68, 20 and 09. RGB value is (104,32,9). Sum of RGB (Red+Green+Blue) = 104+32+9=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #682009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682009 is #97DFF6. Grayscale: #333333. Windows color (decimal): -9953271 or 598120. OLE color: 598120.

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

Color convert

RGB 104 32 9 -
CMYK 0 0.69 0.91 0.59
HSL 14.53º 0.84% 0.22% -
HSV(B) 14.53º 0.91% 0.41% -
XYZ 6.27 4 0.7 -
YUV 50.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 104 32 9 0 0.69 0.91 0.59 14.53 0.84 0.22
Hex 68 20 9 0 45 5B 3B F 54 16
Octal 150 40 11 0 105 133 73 17 124 26
Binary 1101000 100000 1001 0 1000101 1011011 111011 1111 1010100 10110

Color Harmonies of #682009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682009

Black with #682009

Text Example


Text Example

White with #682009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682009; }

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

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

background-color css

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

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

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

border-color css

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

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

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