Html Css Color HEX #673006 Baker's Chocolate

📋 copy color: '#673006'

red 103 ◦ green 48 ◦ blue 6

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

Shades of Baker's Chocolate #673006

Tints of Baker's Chocolate #673006

RGB

 RED value IS 103 (40.63% from 255) = 65.61%

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

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 65.61%
G = 30.57%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#673006 (or 0x673006) is known color: Baker's Chocolate. HEX triplet: 67, 30 and 06. RGB value is (103,48,6). Sum of RGB (Red+Green+Blue) = 103+48+6=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #673006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673006 is #98CFF9. Grayscale: #3B3B3B. Windows color (decimal): -10014714 or 405607. OLE color: 405607.

HSL color Cylindrical-coordinate representation of color #673006: hue angle of 25.98º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #673006 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 48 6 -
CMYK 0 0.53 0.94 0.60
HSL 25.98º 0.89% 0.21% -
HSV(B) 25.98º 0.94% 0.4% -
XYZ 6.68 5.01 0.79 -
YUV 59.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 103 48 6 0 0.53 0.94 0.60 25.98 0.89 0.21
Hex 67 30 6 0 35 5E 3C 1A 59 15
Octal 147 60 6 0 65 136 74 32 131 25
Binary 1100111 110000 110 0 110101 1011110 111100 11010 1011001 10101

Color Harmonies of #673006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673006

Black with #673006

Text Example


Text Example

White with #673006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673006; }

 p { color: rgb(103,48,6); }

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

background-color css

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

 a { background-color: rgb(103,48,6); }

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

border-color css

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

 span { border-color: rgb(103,48,6); }

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