Html Css Color HEX #683603 Baker's Chocolate

📋 copy color: '#683603'

red 104 ◦ green 54 ◦ blue 3

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

Shades of Baker's Chocolate #683603

Tints of Baker's Chocolate #683603

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

 BLUE value IS 3 (1.56% from 255) = 1.86%

R = 64.6%
G = 33.54%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#683603 (or 0x683603) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 03. RGB value is (104,54,3). Sum of RGB (Red+Green+Blue) = 104+54+3=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #683603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683603 is #97C9FC. Grayscale: #3F3F3F. Windows color (decimal): -9947645 or 210536. OLE color: 210536.

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

Color convert

RGB 104 54 3 -
CMYK 0 0.48 0.97 0.59
HSL 30.3º 0.94% 0.21% -
HSV(B) 30.3º 0.97% 0.41% -
XYZ 7.04 5.59 0.79 -
YUV 63.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 104 54 3 0 0.48 0.97 0.59 30.3 0.94 0.21
Hex 68 36 3 0 30 61 3B 1E 5E 15
Octal 150 66 3 0 60 141 73 36 136 25
Binary 1101000 110110 11 0 110000 1100001 111011 11110 1011110 10101

Color Harmonies of #683603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683603

Black with #683603

Text Example


Text Example

White with #683603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683603; }

 p { color: rgb(104,54,3); }

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

background-color css

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

 a { background-color: rgb(104,54,3); }

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

border-color css

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

 span { border-color: rgb(104,54,3); }

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