Html Css Color HEX #672A15 Baker's Chocolate

📋 copy color: '#672A15'

red 103 ◦ green 42 ◦ blue 21

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

Shades of Baker's Chocolate #672A15

Tints of Baker's Chocolate #672A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 62.05%
G = 25.3%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#672A15 (or 0x672A15) is known color: Baker's Chocolate. HEX triplet: 67, 2A and 15. RGB value is (103,42,21). Sum of RGB (Red+Green+Blue) = 103+42+21=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #672A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672A15 is #98D5EA. Grayscale: #393939. Windows color (decimal): -10016235 or 1387111. OLE color: 1387111.

HSL color Cylindrical-coordinate representation of color #672A15: hue angle of 15.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672A15 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 42 21 -
CMYK 0 0.59 0.80 0.60
HSL 15.37º 0.66% 0.24% -
HSV(B) 15.37º 0.8% 0.4% -
XYZ 6.56 4.59 1.25 -
YUV 57.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 103 42 21 0 0.59 0.80 0.60 15.37 0.66 0.24
Hex 67 2A 15 0 3B 50 3C F 42 18
Octal 147 52 25 0 73 120 74 17 102 30
Binary 1100111 101010 10101 0 111011 1010000 111100 1111 1000010 11000

Color Harmonies of #672A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672A15

Black with #672A15

Text Example


Text Example

White with #672A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672A15; }

 p { color: rgb(103,42,21); }

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

background-color css

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

 a { background-color: rgb(103,42,21); }

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

border-color css

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

 span { border-color: rgb(103,42,21); }

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