Html Css Color HEX #683B0F Baker's Chocolate

📋 copy color: '#683B0F'

red 104 ◦ green 59 ◦ blue 15

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

Shades of Baker's Chocolate #683B0F

Tints of Baker's Chocolate #683B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 58.43%
G = 33.15%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#683B0F (or 0x683B0F) is known color: Baker's Chocolate. HEX triplet: 68, 3B and 0F. RGB value is (104,59,15). Sum of RGB (Red+Green+Blue) = 104+59+15=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #683B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683B0F is #97C4F0. Grayscale: #434343. Windows color (decimal): -9946353 or 998248. OLE color: 998248.

HSL color Cylindrical-coordinate representation of color #683B0F: hue angle of 29.66º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #683B0F is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 59 15 -
CMYK 0 0.43 0.86 0.59
HSL 29.66º 0.75% 0.23% -
HSV(B) 29.66º 0.86% 0.41% -
XYZ 7.36 6.11 1.24 -
YUV 67.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 104 59 15 0 0.43 0.86 0.59 29.66 0.75 0.23
Hex 68 3B F 0 2B 56 3B 1E 4B 17
Octal 150 73 17 0 53 126 73 36 113 27
Binary 1101000 111011 1111 0 101011 1010110 111011 11110 1001011 10111

Color Harmonies of #683B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B0F

Black with #683B0F

Text Example


Text Example

White with #683B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683B0F; }

 p { color: rgb(104,59,15); }

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

background-color css

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

 a { background-color: rgb(104,59,15); }

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

border-color css

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

 span { border-color: rgb(104,59,15); }

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