Html Css Color HEX #683009 Baker's Chocolate

📋 copy color: '#683009'

red 104 ◦ green 48 ◦ blue 9

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

Shades of Baker's Chocolate #683009

Tints of Baker's Chocolate #683009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.59%

R = 64.6%
G = 29.81%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#683009 (or 0x683009) is known color: Baker's Chocolate. HEX triplet: 68, 30 and 09. RGB value is (104,48,9). Sum of RGB (Red+Green+Blue) = 104+48+9=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #683009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683009 is #97CFF6. Grayscale: #3C3C3C. Windows color (decimal): -9949175 or 602216. OLE color: 602216.

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

Color convert

RGB 104 48 9 -
CMYK 0 0.54 0.91 0.59
HSL 24.63º 0.84% 0.22% -
HSV(B) 24.63º 0.91% 0.41% -
XYZ 6.82 5.08 0.88 -
YUV 60.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 104 48 9 0 0.54 0.91 0.59 24.63 0.84 0.22
Hex 68 30 9 0 36 5B 3B 19 54 16
Octal 150 60 11 0 66 133 73 31 124 26
Binary 1101000 110000 1001 0 110110 1011011 111011 11001 1010100 10110

Color Harmonies of #683009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683009

Black with #683009

Text Example


Text Example

White with #683009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683009; }

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

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

background-color css

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

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

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

border-color css

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

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

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