Html Css Color HEX #683709 Baker's Chocolate

📋 copy color: '#683709'

red 104 ◦ green 55 ◦ blue 9

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

Shades of Baker's Chocolate #683709

Tints of Baker's Chocolate #683709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

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

R = 61.9%
G = 32.74%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#683709 (or 0x683709) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 09. RGB value is (104,55,9). Sum of RGB (Red+Green+Blue) = 104+55+9=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #683709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683709 is #97C8F6. Grayscale: #404040. Windows color (decimal): -9947383 or 604008. OLE color: 604008.

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

Color convert

RGB 104 55 9 -
CMYK 0 0.47 0.91 0.59
HSL 29.05º 0.84% 0.22% -
HSV(B) 29.05º 0.91% 0.41% -
XYZ 7.12 5.7 0.98 -
YUV 64.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 104 55 9 0 0.47 0.91 0.59 29.05 0.84 0.22
Hex 68 37 9 0 2F 5B 3B 1D 54 16
Octal 150 67 11 0 57 133 73 35 124 26
Binary 1101000 110111 1001 0 101111 1011011 111011 11101 1010100 10110

Color Harmonies of #683709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683709

Black with #683709

Text Example


Text Example

White with #683709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683709; }

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

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

background-color css

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

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

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

border-color css

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

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

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