Html Css Color HEX #683614 Baker's Chocolate

📋 copy color: '#683614'

red 104 ◦ green 54 ◦ blue 20

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

Shades of Baker's Chocolate #683614

Tints of Baker's Chocolate #683614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 58.43%
G = 30.34%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#683614 (or 0x683614) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 14. RGB value is (104,54,20). Sum of RGB (Red+Green+Blue) = 104+54+20=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #683614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683614 is #97C9EB. Grayscale: #414141. Windows color (decimal): -9947628 or 1324648. OLE color: 1324648.

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

Color convert

RGB 104 54 20 -
CMYK 0 0.48 0.81 0.59
HSL 24.29º 0.68% 0.24% -
HSV(B) 24.29º 0.81% 0.41% -
XYZ 7.15 5.63 1.37 -
YUV 65.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 104 54 20 0 0.48 0.81 0.59 24.29 0.68 0.24
Hex 68 36 14 0 30 51 3B 18 44 18
Octal 150 66 24 0 60 121 73 30 104 30
Binary 1101000 110110 10100 0 110000 1010001 111011 11000 1000100 11000

Color Harmonies of #683614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683614

Black with #683614

Text Example


Text Example

White with #683614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683614; }

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

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

background-color css

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

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

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

border-color css

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

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

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