Html Css Color HEX #673211 Baker's Chocolate

📋 copy color: '#673211'

red 103 ◦ green 50 ◦ blue 17

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

Shades of Baker's Chocolate #673211

Tints of Baker's Chocolate #673211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 60.59%
G = 29.41%
B = 10%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#673211 (or 0x673211) is known color: Baker's Chocolate. HEX triplet: 67, 32 and 11. RGB value is (103,50,17). Sum of RGB (Red+Green+Blue) = 103+50+17=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #673211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673211 is #98CDEE. Grayscale: #3E3E3E. Windows color (decimal): -10014191 or 1127015. OLE color: 1127015.

HSL color Cylindrical-coordinate representation of color #673211: hue angle of 23.02º 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 #673211 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 50 17 -
CMYK 0 0.51 0.83 0.60
HSL 23.02º 0.72% 0.24% -
HSV(B) 23.02º 0.83% 0.4% -
XYZ 6.84 5.21 1.17 -
YUV 62.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 103 50 17 0 0.51 0.83 0.60 23.02 0.72 0.24
Hex 67 32 11 0 33 53 3C 17 48 18
Octal 147 62 21 0 63 123 74 27 110 30
Binary 1100111 110010 10001 0 110011 1010011 111100 10111 1001000 11000

Color Harmonies of #673211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673211

Black with #673211

Text Example


Text Example

White with #673211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673211; }

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

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

background-color css

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

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

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

border-color css

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

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

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