#61430A

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

Shades of Raw Umber #61430A

Tints of Raw Umber #61430A

Color information

#61430A (or 0x61430A) is unknown color: approx Raw Umber. HEX triplet: 61, 43 and 0A. RGB value is (97,67,10). Sum of RGB (Red+Green+Blue) = 97+67+10=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61430A is #9EBCF5. Grayscale: #454545. Windows color (decimal): -10403062 or 672609. OLE color: 672609.

HSL color Cylindrical-coordinate representation of color #61430A: hue angle of 39.31º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61430A is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB976710-
CMYK00.310.900.62
HSL39.31º81.31%20.98%-
HSV(B)39.31º89.69%38.04%-
XYZ6.996.581.19-
YUV69.4794.44147.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=55.75%
G=38.51%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97671000.310.900.6239.3181.3120.98
Hex6143A01F5A3E275115
Octal14110312037132764712125
Binary1100001100001110100111111011010111110100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,67,10); }

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

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

 a { background-color: rgb(97,67,10); }

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

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

 span { border-color: rgb(97,67,10); }

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