Html Css Color HEX #683308 Baker's Chocolate

📋 copy color: '#683308'

red 104 ◦ green 51 ◦ blue 8

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

Shades of Baker's Chocolate #683308

Tints of Baker's Chocolate #683308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.91%

R = 63.8%
G = 31.29%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#683308 (or 0x683308) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 08. RGB value is (104,51,8). Sum of RGB (Red+Green+Blue) = 104+51+8=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #683308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683308 is #97CCF7. Grayscale: #3E3E3E. Windows color (decimal): -9948408 or 537448. OLE color: 537448.

HSL color Cylindrical-coordinate representation of color #683308: hue angle of 26.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #683308 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 8 -
CMYK 0 0.51 0.92 0.59
HSL 26.88º 0.86% 0.22% -
HSV(B) 26.88º 0.92% 0.41% -
XYZ 6.94 5.33 0.89 -
YUV 61.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 104 51 8 0 0.51 0.92 0.59 26.88 0.86 0.22
Hex 68 33 8 0 33 5C 3B 1B 56 16
Octal 150 63 10 0 63 134 73 33 126 26
Binary 1101000 110011 1000 0 110011 1011100 111011 11011 1010110 10110

Color Harmonies of #683308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683308

Black with #683308

Text Example


Text Example

White with #683308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683308; }

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

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

background-color css

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

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

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

border-color css

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

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

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