Html Css Color HEX #683504 Baker's Chocolate

📋 copy color: '#683504'

red 104 ◦ green 53 ◦ blue 4

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

Shades of Baker's Chocolate #683504

Tints of Baker's Chocolate #683504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.92%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 64.6%
G = 32.92%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#683504 (or 0x683504) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 04. RGB value is (104,53,4). Sum of RGB (Red+Green+Blue) = 104+53+4=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #683504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683504 is #97CAFB. Grayscale: #3E3E3E. Windows color (decimal): -9947900 or 275816. OLE color: 275816.

HSL color Cylindrical-coordinate representation of color #683504: hue angle of 29.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #683504 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 4 -
CMYK 0 0.49 0.96 0.59
HSL 29.4º 0.93% 0.21% -
HSV(B) 29.4º 0.96% 0.41% -
XYZ 7 5.5 0.81 -
YUV 62.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 104 53 4 0 0.49 0.96 0.59 29.4 0.93 0.21
Hex 68 35 4 0 31 60 3B 1D 5D 15
Octal 150 65 4 0 61 140 73 35 135 25
Binary 1101000 110101 100 0 110001 1100000 111011 11101 1011101 10101

Color Harmonies of #683504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683504

Black with #683504

Text Example


Text Example

White with #683504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683504; }

 p { color: rgb(104,53,4); }

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

background-color css

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

 a { background-color: rgb(104,53,4); }

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

border-color css

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

 span { border-color: rgb(104,53,4); }

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