#67381A

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

Shades of Baker's Chocolate #67381A

Tints of Baker's Chocolate #67381A

Color information

#67381A (or 0x67381A) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 38 and 1A. RGB value is (103,56,26). Sum of RGB (Red+Green+Blue) = 103+56+26=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #67381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67381A is #98C7E5. Grayscale: #424242. Windows color (decimal): -10012646 or 1718375. OLE color: 1718375.

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

Color convert

RGB1035626-
CMYK00.460.750.60
HSL23.38º59.69%25.29%-
HSV(B)23.38º74.76%40.39%-
XYZ7.195.791.72-
YUV66.63105.07153.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=55.68%
G=30.27%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103562600.460.750.6023.3859.6925.29
Hex67381A02E4B3C173c19
Octal147703205611374277431
Binary110011111100011010010111010010111111001011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67381A; }

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

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

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

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

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

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

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

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