#672C05

Color #672C05 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #672C05

Tints of Baker's Chocolate #672C05

Color information

#672C05 (or 0x672C05) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 2C and 05. RGB value is (103,44,5). Sum of RGB (Red+Green+Blue) = 103+44+5=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #672C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C05 is #98D3FA. Grayscale: #393939. Windows color (decimal): -10015739 or 339047. OLE color: 339047.

HSL color Cylindrical-coordinate representation of color #672C05: hue angle of 23.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #672C05 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB103445-
CMYK00.570.950.60
HSL23.88º90.74%21.18%-
HSV(B)23.88º95.15%40.39%-
XYZ6.524.70.71-
YUV57.298.55160.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.76%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=67.76%
G=28.95%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10344500.570.950.6023.8890.7421.18
Hex672C50395F3C185b15
Octal147545071137743013325
Binary11001111011001010111001101111111110011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,44,5); }

 H1.HeaderClassName
 {
   color: #672C05;
 }
 .AnyTagClassName
 {
   color: #672C05;
 }
</style>
background-color css

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

 a { background-color: rgb(103,44,5); }

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

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

 span { border-color: rgb(103,44,5); }

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