Html Css Color HEX #672611 Baker's Chocolate

📋 copy color: '#672611'

red 103 ◦ green 38 ◦ blue 17

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

Shades of Baker's Chocolate #672611

Tints of Baker's Chocolate #672611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

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

R = 65.19%
G = 24.05%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#672611 (or 0x672611) is known color: Baker's Chocolate. HEX triplet: 67, 26 and 11. RGB value is (103,38,17). Sum of RGB (Red+Green+Blue) = 103+38+17=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #672611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672611 is #98D9EE. Grayscale: #373737. Windows color (decimal): -10017263 or 1123943. OLE color: 1123943.

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

Color convert

RGB 103 38 17 -
CMYK 0 0.63 0.83 0.60
HSL 14.65º 0.72% 0.24% -
HSV(B) 14.65º 0.83% 0.4% -
XYZ 6.39 4.31 1.03 -
YUV 55.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 103 38 17 0 0.63 0.83 0.60 14.65 0.72 0.24
Hex 67 26 11 0 3F 53 3C F 48 18
Octal 147 46 21 0 77 123 74 17 110 30
Binary 1100111 100110 10001 0 111111 1010011 111100 1111 1001000 11000

Color Harmonies of #672611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672611

Black with #672611

Text Example


Text Example

White with #672611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672611; }

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

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

background-color css

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

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

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

border-color css

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

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

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