Html Css Color HEX #683003 Baker's Chocolate

📋 copy color: '#683003'

red 104 ◦ green 48 ◦ blue 3

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

Shades of Baker's Chocolate #683003

Tints of Baker's Chocolate #683003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

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

R = 67.1%
G = 30.97%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#683003 (or 0x683003) is known color: Baker's Chocolate. HEX triplet: 68, 30 and 03. RGB value is (104,48,3). Sum of RGB (Red+Green+Blue) = 104+48+3=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #683003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683003 is #97CFFC. Grayscale: #3B3B3B. Windows color (decimal): -9949181 or 209000. OLE color: 209000.

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

Color convert

RGB 104 48 3 -
CMYK 0 0.54 0.97 0.59
HSL 26.73º 0.94% 0.21% -
HSV(B) 26.73º 0.97% 0.41% -
XYZ 6.78 5.06 0.71 -
YUV 59.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 104 48 3 0 0.54 0.97 0.59 26.73 0.94 0.21
Hex 68 30 3 0 36 61 3B 1B 5E 15
Octal 150 60 3 0 66 141 73 33 136 25
Binary 1101000 110000 11 0 110110 1100001 111011 11011 1011110 10101

Color Harmonies of #683003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683003

Black with #683003

Text Example


Text Example

White with #683003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683003; }

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

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

background-color css

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

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

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

border-color css

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

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

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