Html Css Color HEX #683302 Baker's Chocolate

📋 copy color: '#683302'

red 104 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #683302

Tints of Baker's Chocolate #683302

RGB

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

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

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

R = 66.24%
G = 32.48%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#683302 (or 0x683302) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 02. RGB value is (104,51,2). Sum of RGB (Red+Green+Blue) = 104+51+2=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #683302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683302 is #97CCFD. Grayscale: #3D3D3D. Windows color (decimal): -9948414 or 144232. OLE color: 144232.

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

Color convert

RGB 104 51 2 -
CMYK 0 0.51 0.98 0.59
HSL 28.82º 0.96% 0.21% -
HSV(B) 28.82º 0.98% 0.41% -
XYZ 6.9 5.32 0.72 -
YUV 61.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 104 51 2 0 0.51 0.98 0.59 28.82 0.96 0.21
Hex 68 33 2 0 33 62 3B 1D 60 15
Octal 150 63 2 0 63 142 73 35 140 25
Binary 1101000 110011 10 0 110011 1100010 111011 11101 1100000 10101

Color Harmonies of #683302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683302

Black with #683302

Text Example


Text Example

White with #683302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683302; }

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

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

background-color css

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

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

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

border-color css

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

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

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