#671E02

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

Shades of Baker's Chocolate #671E02

Tints of Baker's Chocolate #671E02

Color information

#671E02 (or 0x671E02) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 1E and 02. RGB value is (103,30,2). Sum of RGB (Red+Green+Blue) = 103+30+2=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #671E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E02 is #98E1FD. Grayscale: #303030. Windows color (decimal): -10019326 or 138855. OLE color: 138855.

HSL color Cylindrical-coordinate representation of color #671E02: hue angle of 16.63º 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 #671E02 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB103302-
CMYK00.710.980.60
HSL16.63º96.19%20.59%-
HSV(B)16.63º98.06%40.39%-
XYZ6.073.820.47-
YUV48.64101.68166.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=76.30%
G=22.22%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10330200.710.980.6016.6396.1920.59
Hex671E2047623C116015
Octal1473620107142742114025
Binary1100111111101001000111110001011110010001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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