Html Css Color HEX #683906 Baker's Chocolate

📋 copy color: '#683906'

red 104 ◦ green 57 ◦ blue 6

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

Shades of Baker's Chocolate #683906

Tints of Baker's Chocolate #683906

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.13%

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 62.28%
G = 34.13%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#683906 (or 0x683906) is known color: Baker's Chocolate. HEX triplet: 68, 39 and 06. RGB value is (104,57,6). Sum of RGB (Red+Green+Blue) = 104+57+6=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #683906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683906 is #97C6F9. Grayscale: #414141. Windows color (decimal): -9946874 or 407912. OLE color: 407912.

HSL color Cylindrical-coordinate representation of color #683906: hue angle of 31.22º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #683906 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 57 6 -
CMYK 0 0.45 0.94 0.59
HSL 31.22º 0.89% 0.22% -
HSV(B) 31.22º 0.94% 0.41% -
XYZ 7.2 5.88 0.93 -
YUV 65.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 104 57 6 0 0.45 0.94 0.59 31.22 0.89 0.22
Hex 68 39 6 0 2D 5E 3B 1F 59 16
Octal 150 71 6 0 55 136 73 37 131 26
Binary 1101000 111001 110 0 101101 1011110 111011 11111 1011001 10110

Color Harmonies of #683906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683906

Black with #683906

Text Example


Text Example

White with #683906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683906; }

 p { color: rgb(104,57,6); }

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

background-color css

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

 a { background-color: rgb(104,57,6); }

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

border-color css

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

 span { border-color: rgb(104,57,6); }

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