Html Css Color HEX #683618 Baker's Chocolate

📋 copy color: '#683618'

red 104 ◦ green 54 ◦ blue 24

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

Shades of Baker's Chocolate #683618

Tints of Baker's Chocolate #683618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.19%

R = 57.14%
G = 29.67%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#683618 (or 0x683618) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 18. RGB value is (104,54,24). Sum of RGB (Red+Green+Blue) = 104+54+24=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #683618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683618 is #97C9E7. Grayscale: #414141. Windows color (decimal): -9947624 or 1586792. OLE color: 1586792.

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

Color convert

RGB 104 54 24 -
CMYK 0 0.48 0.77 0.59
HSL 22.5º 0.63% 0.25% -
HSV(B) 22.5º 0.77% 0.41% -
XYZ 7.19 5.65 1.58 -
YUV 65.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 104 54 24 0 0.48 0.77 0.59 22.5 0.63 0.25
Hex 68 36 18 0 30 4D 3B 16 3E 19
Octal 150 66 30 0 60 115 73 26 76 31
Binary 1101000 110110 11000 0 110000 1001101 111011 10110 111110 11001

Color Harmonies of #683618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683618

Black with #683618

Text Example


Text Example

White with #683618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683618; }

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

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

background-color css

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

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

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

border-color css

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

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

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