#67380F

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

Shades of Baker's Chocolate #67380F

Tints of Baker's Chocolate #67380F

Color information

#67380F (or 0x67380F) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 38 and 0F. RGB value is (103,56,15). Sum of RGB (Red+Green+Blue) = 103+56+15=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #67380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67380F is #98C7F0. Grayscale: #414141. Windows color (decimal): -10012657 or 997479. OLE color: 997479.

HSL color Cylindrical-coordinate representation of color #67380F: hue angle of 27.95º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67380F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1035615-
CMYK00.460.850.60
HSL27.95º74.58%23.14%-
HSV(B)27.95º85.44%40.39%-
XYZ7.095.751.19-
YUV65.3899.57154.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.20%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=59.20%
G=32.18%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103561500.460.850.6027.9574.5823.14
Hex6738F02E553C1c4b17
Octal1477017056125743411327
Binary110011111100011110101110101010111110011100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67380F; }

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

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

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

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

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

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

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

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