Html Css Color HEX #683418 Baker's Chocolate

📋 copy color: '#683418'

red 104 ◦ green 52 ◦ blue 24

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

Shades of Baker's Chocolate #683418

Tints of Baker's Chocolate #683418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

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

R = 57.78%
G = 28.89%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#683418 (or 0x683418) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 18. RGB value is (104,52,24). Sum of RGB (Red+Green+Blue) = 104+52+24=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #683418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683418 is #97CBE7. Grayscale: #404040. Windows color (decimal): -9948136 or 1586280. OLE color: 1586280.

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

Color convert

RGB 104 52 24 -
CMYK 0 0.50 0.77 0.59
HSL 21º 0.63% 0.25% -
HSV(B) 21º 0.77% 0.41% -
XYZ 7.1 5.46 1.54 -
YUV 64.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 104 52 24 0 0.50 0.77 0.59 21 0.63 0.25
Hex 68 34 18 0 32 4D 3B 15 3E 19
Octal 150 64 30 0 62 115 73 25 76 31
Binary 1101000 110100 11000 0 110010 1001101 111011 10101 111110 11001

Color Harmonies of #683418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683418

Black with #683418

Text Example


Text Example

White with #683418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683418; }

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

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

background-color css

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

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

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

border-color css

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

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

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