#673814

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

Shades of Baker's Chocolate #673814

Tints of Baker's Chocolate #673814

Color information

#673814 (or 0x673814) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 38 and 14. RGB value is (103,56,20). Sum of RGB (Red+Green+Blue) = 103+56+20=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #673814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673814 is #98C7EB. Grayscale: #424242. Windows color (decimal): -10012652 or 1325159. OLE color: 1325159.

HSL color Cylindrical-coordinate representation of color #673814: hue angle of 26.02º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #673814 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1035620-
CMYK00.460.810.60
HSL26.02º67.48%24.12%-
HSV(B)26.02º80.58%40.39%-
XYZ7.135.761.4-
YUV65.95102.07154.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.54%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=57.54%
G=31.28%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103562000.460.810.6026.0267.4824.12
Hex67381402E513C1a4318
Octal1477024056121743210330
Binary1100111111000101000101110101000111110011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673814; }

 p { color: rgb(103,56,20); }

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

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

 a { background-color: rgb(103,56,20); }

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

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

 span { border-color: rgb(103,56,20); }

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