#671F01

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

Shades of Baker's Chocolate #671F01

Tints of Baker's Chocolate #671F01

Color information

#671F01 (or 0x671F01) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 1F and 01. RGB value is (103,31,1). Sum of RGB (Red+Green+Blue) = 103+31+1=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #671F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F01 is #98E0FE. Grayscale: #313131. Windows color (decimal): -10019071 or 73575. OLE color: 73575.

HSL color Cylindrical-coordinate representation of color #671F01: hue angle of 17.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #671F01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB103311-
CMYK00.700.990.60
HSL17.65º98.08%20.39%-
HSV(B)17.65º99.03%40.39%-
XYZ6.093.870.45-
YUV49.11100.85166.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=76.30%
G=22.96%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10331100.700.990.6017.6598.0820.39
Hex671F1046633C126214
Octal1473710106143742214224
Binary110011111111101000110110001111110010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671F01; }

 p { color: rgb(103,31,1); }

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

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

 a { background-color: rgb(103,31,1); }

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

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

 span { border-color: rgb(103,31,1); }

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