#671C02

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

Shades of Baker's Chocolate #671C02

Tints of Baker's Chocolate #671C02

Color information

#671C02 (or 0x671C02) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 1C and 02. RGB value is (103,28,2). Sum of RGB (Red+Green+Blue) = 103+28+2=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #671C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C02 is #98E3FD. Grayscale: #2F2F2F. Windows color (decimal): -10019838 or 138343. OLE color: 138343.

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

Color convert

RGB103282-
CMYK00.730.980.60
HSL15.45º96.19%20.59%-
HSV(B)15.45º98.06%40.39%-
XYZ6.023.720.46-
YUV47.46102.35167.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 77.44%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=77.44%
G=21.05%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10328200.730.980.6015.4596.1920.59
Hex671C2049623Cf6015
Octal1473420111142741714025
Binary110011111100100100100111000101111001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,28,2); }

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

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

 a { background-color: rgb(103,28,2); }

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

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

 span { border-color: rgb(103,28,2); }

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