Html Css Color HEX #683318 Baker's Chocolate

📋 copy color: '#683318'

red 104 ◦ green 51 ◦ blue 24

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

Shades of Baker's Chocolate #683318

Tints of Baker's Chocolate #683318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

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

R = 58.1%
G = 28.49%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#683318 (or 0x683318) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 18. RGB value is (104,51,24). Sum of RGB (Red+Green+Blue) = 104+51+24=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #683318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683318 is #97CCE7. Grayscale: #3F3F3F. Windows color (decimal): -9948392 or 1586024. OLE color: 1586024.

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

Color convert

RGB 104 51 24 -
CMYK 0 0.51 0.77 0.59
HSL 20.25º 0.63% 0.25% -
HSV(B) 20.25º 0.77% 0.41% -
XYZ 7.06 5.38 1.53 -
YUV 63.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 104 51 24 0 0.51 0.77 0.59 20.25 0.63 0.25
Hex 68 33 18 0 33 4D 3B 14 3E 19
Octal 150 63 30 0 63 115 73 24 76 31
Binary 1101000 110011 11000 0 110011 1001101 111011 10100 111110 11001

Color Harmonies of #683318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683318

Black with #683318

Text Example


Text Example

White with #683318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683318; }

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

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

background-color css

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

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

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

border-color css

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

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

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