Html Css Color HEX #683103 Baker's Chocolate

📋 copy color: '#683103'

red 104 ◦ green 49 ◦ blue 3

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

Shades of Baker's Chocolate #683103

Tints of Baker's Chocolate #683103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

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

R = 66.67%
G = 31.41%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#683103 (or 0x683103) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 03. RGB value is (104,49,3). Sum of RGB (Red+Green+Blue) = 104+49+3=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #683103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683103 is #97CEFC. Grayscale: #3C3C3C. Windows color (decimal): -9948925 or 209256. OLE color: 209256.

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

Color convert

RGB 104 49 3 -
CMYK 0 0.53 0.97 0.59
HSL 27.33º 0.94% 0.21% -
HSV(B) 27.33º 0.97% 0.41% -
XYZ 6.82 5.15 0.72 -
YUV 60.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 104 49 3 0 0.53 0.97 0.59 27.33 0.94 0.21
Hex 68 31 3 0 35 61 3B 1B 5E 15
Octal 150 61 3 0 65 141 73 33 136 25
Binary 1101000 110001 11 0 110101 1100001 111011 11011 1011110 10101

Color Harmonies of #683103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683103

Black with #683103

Text Example


Text Example

White with #683103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683103; }

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

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

background-color css

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

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

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

border-color css

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

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

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