Html Css Color HEX #683218 Baker's Chocolate

📋 copy color: '#683218'

red 104 ◦ green 50 ◦ blue 24

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

Shades of Baker's Chocolate #683218

Tints of Baker's Chocolate #683218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

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

R = 58.43%
G = 28.09%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#683218 (or 0x683218) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 18. RGB value is (104,50,24). Sum of RGB (Red+Green+Blue) = 104+50+24=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #683218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683218 is #97CDE7. Grayscale: #3F3F3F. Windows color (decimal): -9948648 or 1585768. OLE color: 1585768.

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

Color convert

RGB 104 50 24 -
CMYK 0 0.52 0.77 0.59
HSL 19.5º 0.63% 0.25% -
HSV(B) 19.5º 0.77% 0.41% -
XYZ 7.01 5.29 1.52 -
YUV 63.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 104 50 24 0 0.52 0.77 0.59 19.5 0.63 0.25
Hex 68 32 18 0 34 4D 3B 14 3E 19
Octal 150 62 30 0 64 115 73 24 76 31
Binary 1101000 110010 11000 0 110100 1001101 111011 10100 111110 11001

Color Harmonies of #683218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683218

Black with #683218

Text Example


Text Example

White with #683218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683218; }

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

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

background-color css

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

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

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

border-color css

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

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

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