Html Css Color HEX #673010 Baker's Chocolate

📋 copy color: '#673010'

red 103 ◦ green 48 ◦ blue 16

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

Shades of Baker's Chocolate #673010

Tints of Baker's Chocolate #673010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.58%

R = 61.68%
G = 28.74%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#673010 (or 0x673010) is known color: Baker's Chocolate. HEX triplet: 67, 30 and 10. RGB value is (103,48,16). Sum of RGB (Red+Green+Blue) = 103+48+16=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #673010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673010 is #98CFEF. Grayscale: #3C3C3C. Windows color (decimal): -10014704 or 1060967. OLE color: 1060967.

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

Color convert

RGB 103 48 16 -
CMYK 0 0.53 0.84 0.60
HSL 22.07º 0.73% 0.23% -
HSV(B) 22.07º 0.84% 0.4% -
XYZ 6.74 5.03 1.11 -
YUV 60.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 103 48 16 0 0.53 0.84 0.60 22.07 0.73 0.23
Hex 67 30 10 0 35 54 3C 16 49 17
Octal 147 60 20 0 65 124 74 26 111 27
Binary 1100111 110000 10000 0 110101 1010100 111100 10110 1001001 10111

Color Harmonies of #673010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673010

Black with #673010

Text Example


Text Example

White with #673010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673010; }

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

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

background-color css

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

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

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

border-color css

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

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

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