#67400F

Color #67400F Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #67400F

Tints of Raw Umber #67400F

Color information

#67400F (or 0x67400F) is unknown color: approx Raw Umber. HEX triplet: 67, 40 and 0F. RGB value is (103,64,15). Sum of RGB (Red+Green+Blue) = 103+64+15=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67400F is #98BFF0. Grayscale: #464646. Windows color (decimal): -10010609 or 999527. OLE color: 999527.

HSL color Cylindrical-coordinate representation of color #67400F: hue angle of 33.41º 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 #67400F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1036415-
CMYK00.380.850.60
HSL33.41º74.58%23.14%-
HSV(B)33.41º85.44%40.39%-
XYZ7.516.581.33-
YUV70.0796.92151.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.59%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=56.59%
G=35.16%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103641500.380.850.6033.4174.5823.14
Hex6740F026553C214b17
Octal14710017046125744111327
Binary11001111000000111101001101010101111100100001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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