Html Css Color HEX #683304 Baker's Chocolate

📋 copy color: '#683304'

red 104 ◦ green 51 ◦ blue 4

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

Shades of Baker's Chocolate #683304

Tints of Baker's Chocolate #683304

RGB

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

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

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

R = 65.41%
G = 32.08%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#683304 (or 0x683304) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 04. RGB value is (104,51,4). Sum of RGB (Red+Green+Blue) = 104+51+4=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #683304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683304 is #97CCFB. Grayscale: #3D3D3D. Windows color (decimal): -9948412 or 275304. OLE color: 275304.

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

Color convert

RGB 104 51 4 -
CMYK 0 0.51 0.96 0.59
HSL 28.2º 0.93% 0.21% -
HSV(B) 28.2º 0.96% 0.41% -
XYZ 6.91 5.32 0.78 -
YUV 61.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 104 51 4 0 0.51 0.96 0.59 28.2 0.93 0.21
Hex 68 33 4 0 33 60 3B 1C 5D 15
Octal 150 63 4 0 63 140 73 34 135 25
Binary 1101000 110011 100 0 110011 1100000 111011 11100 1011101 10101

Color Harmonies of #683304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683304

Black with #683304

Text Example


Text Example

White with #683304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683304; }

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

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

background-color css

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

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

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

border-color css

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

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

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