Html Css Color HEX #683005 Baker's Chocolate

📋 copy color: '#683005'

red 104 ◦ green 48 ◦ blue 5

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

Shades of Baker's Chocolate #683005

Tints of Baker's Chocolate #683005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.57%

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 66.24%
G = 30.57%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#683005 (or 0x683005) is known color: Baker's Chocolate. HEX triplet: 68, 30 and 05. RGB value is (104,48,5). Sum of RGB (Red+Green+Blue) = 104+48+5=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #683005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683005 is #97CFFA. Grayscale: #3C3C3C. Windows color (decimal): -9949179 or 340072. OLE color: 340072.

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

Color convert

RGB 104 48 5 -
CMYK 0 0.54 0.95 0.59
HSL 26.06º 0.91% 0.21% -
HSV(B) 26.06º 0.95% 0.41% -
XYZ 6.79 5.07 0.76 -
YUV 59.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 104 48 5 0 0.54 0.95 0.59 26.06 0.91 0.21
Hex 68 30 5 0 36 5F 3B 1A 5B 15
Octal 150 60 5 0 66 137 73 32 133 25
Binary 1101000 110000 101 0 110110 1011111 111011 11010 1011011 10101

Color Harmonies of #683005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683005

Black with #683005

Text Example


Text Example

White with #683005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683005; }

 p { color: rgb(104,48,5); }

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

background-color css

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

 a { background-color: rgb(104,48,5); }

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

border-color css

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

 span { border-color: rgb(104,48,5); }

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