Html Css Color HEX #683502 Baker's Chocolate

📋 copy color: '#683502'

red 104 ◦ green 53 ◦ blue 2

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

Shades of Baker's Chocolate #683502

Tints of Baker's Chocolate #683502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 65.41%
G = 33.33%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#683502 (or 0x683502) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 02. RGB value is (104,53,2). Sum of RGB (Red+Green+Blue) = 104+53+2=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #683502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683502 is #97CAFD. Grayscale: #3E3E3E. Windows color (decimal): -9947902 or 144744. OLE color: 144744.

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

Color convert

RGB 104 53 2 -
CMYK 0 0.49 0.98 0.59
HSL 30º 0.96% 0.21% -
HSV(B) 30º 0.98% 0.41% -
XYZ 6.99 5.49 0.75 -
YUV 62.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 104 53 2 0 0.49 0.98 0.59 30 0.96 0.21
Hex 68 35 2 0 31 62 3B 1E 60 15
Octal 150 65 2 0 61 142 73 36 140 25
Binary 1101000 110101 10 0 110001 1100010 111011 11110 1100000 10101

Color Harmonies of #683502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683502

Black with #683502

Text Example


Text Example

White with #683502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683502; }

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

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

background-color css

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

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

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

border-color css

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

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

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