Html Css Color HEX #673311 Baker's Chocolate

📋 copy color: '#673311'

red 103 ◦ green 51 ◦ blue 17

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

Shades of Baker's Chocolate #673311

Tints of Baker's Chocolate #673311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 60.23%
G = 29.82%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#673311 (or 0x673311) is known color: Baker's Chocolate. HEX triplet: 67, 33 and 11. RGB value is (103,51,17). Sum of RGB (Red+Green+Blue) = 103+51+17=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #673311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673311 is #98CCEE. Grayscale: #3E3E3E. Windows color (decimal): -10013935 or 1127271. OLE color: 1127271.

HSL color Cylindrical-coordinate representation of color #673311: hue angle of 23.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #673311 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 51 17 -
CMYK 0 0.50 0.83 0.60
HSL 23.72º 0.72% 0.24% -
HSV(B) 23.72º 0.83% 0.4% -
XYZ 6.88 5.29 1.19 -
YUV 62.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 103 51 17 0 0.50 0.83 0.60 23.72 0.72 0.24
Hex 67 33 11 0 32 53 3C 18 48 18
Octal 147 63 21 0 62 123 74 30 110 30
Binary 1100111 110011 10001 0 110010 1010011 111100 11000 1001000 11000

Color Harmonies of #673311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673311

Black with #673311

Text Example


Text Example

White with #673311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673311; }

 p { color: rgb(103,51,17); }

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

background-color css

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

 a { background-color: rgb(103,51,17); }

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

border-color css

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

 span { border-color: rgb(103,51,17); }

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