Html Css Color HEX #683613 Baker's Chocolate

📋 copy color: '#683613'

red 104 ◦ green 54 ◦ blue 19

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

Shades of Baker's Chocolate #683613

Tints of Baker's Chocolate #683613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 58.76%
G = 30.51%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#683613 (or 0x683613) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 13. RGB value is (104,54,19). Sum of RGB (Red+Green+Blue) = 104+54+19=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683613 is #97C9EC. Grayscale: #414141. Windows color (decimal): -9947629 or 1259112. OLE color: 1259112.

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

Color convert

RGB 104 54 19 -
CMYK 0 0.48 0.82 0.59
HSL 24.71º 0.69% 0.24% -
HSV(B) 24.71º 0.82% 0.41% -
XYZ 7.15 5.63 1.33 -
YUV 64.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 104 54 19 0 0.48 0.82 0.59 24.71 0.69 0.24
Hex 68 36 13 0 30 52 3B 19 45 18
Octal 150 66 23 0 60 122 73 31 105 30
Binary 1101000 110110 10011 0 110000 1010010 111011 11001 1000101 11000

Color Harmonies of #683613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683613

Black with #683613

Text Example


Text Example

White with #683613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683613; }

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

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

background-color css

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

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

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

border-color css

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

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

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