#674300

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

Shades of Raw Umber #674300

Tints of Raw Umber #674300

Color information

#674300 (or 0x674300) is unknown color: approx Raw Umber. HEX triplet: 67, 43 and 00. RGB value is (103,67,0). Sum of RGB (Red+Green+Blue) = 103+67+0=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #674300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674300 is #98BCFF. Grayscale: #464646. Windows color (decimal): -10009856 or 17255. OLE color: 17255.

HSL color Cylindrical-coordinate representation of color #674300: hue angle of 39.03º 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 #674300 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB103670-
CMYK00.3510.60
HSL39.03º100%20.2%-
HSV(B)39.03º100%40.39%-
XYZ7.66.90.93-
YUV70.1388.43151.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.59%
GREEN value IS 67 (26.56% from 255) = 39.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.59%
G=39.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10367000.3510.6039.0310020.2
Hex67430023643C276414
Octal1471030043144744714424
Binary11001111000011001000111100100111100100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674300; }

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

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

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

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

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

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

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

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