Html Css Color HEX #683919 Baker's Chocolate

📋 copy color: '#683919'

red 104 ◦ green 57 ◦ blue 25

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

Shades of Baker's Chocolate #683919

Tints of Baker's Chocolate #683919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 55.91%
G = 30.65%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#683919 (or 0x683919) is known color: Baker's Chocolate. HEX triplet: 68, 39 and 19. RGB value is (104,57,25). Sum of RGB (Red+Green+Blue) = 104+57+25=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #683919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683919 is #97C6E6. Grayscale: #434343. Windows color (decimal): -9946855 or 1653096. OLE color: 1653096.

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

Color convert

RGB 104 57 25 -
CMYK 0 0.45 0.76 0.59
HSL 24.3º 0.61% 0.25% -
HSV(B) 24.3º 0.76% 0.41% -
XYZ 7.35 5.94 1.68 -
YUV 67.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 104 57 25 0 0.45 0.76 0.59 24.3 0.61 0.25
Hex 68 39 19 0 2D 4C 3B 18 3D 19
Octal 150 71 31 0 55 114 73 30 75 31
Binary 1101000 111001 11001 0 101101 1001100 111011 11000 111101 11001

Color Harmonies of #683919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683919

Black with #683919

Text Example


Text Example

White with #683919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683919; }

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

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

background-color css

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

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

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

border-color css

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

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

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