#675400

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

Shades of Raw Umber #675400

Tints of Raw Umber #675400

Color information

#675400 (or 0x675400) is unknown color: approx Raw Umber. HEX triplet: 67, 54 and 00. RGB value is (103,84,0). Sum of RGB (Red+Green+Blue) = 103+84+0=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #675400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675400 is #98ABFF. Grayscale: #505050. Windows color (decimal): -10005504 or 21607. OLE color: 21607.

HSL color Cylindrical-coordinate representation of color #675400: hue angle of 48.93º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #675400 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB103840-
CMYK00.1810.60
HSL48.93º100%20.2%-
HSV(B)48.93º100%40.39%-
XYZ8.769.221.32-
YUV80.182.79144.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.08%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.08%
G=44.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10384000.1810.6048.9310020.2
Hex67540012643C316414
Octal1471240022144746114424
Binary1100111101010000100101100100111100110001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675400; }

 p { color: rgb(103,84,0); }

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

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

 a { background-color: rgb(103,84,0); }

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

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

 span { border-color: rgb(103,84,0); }

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