#6A3D0D

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

Shades of Raw Umber #6A3D0D

Tints of Raw Umber #6A3D0D

Color information

#6A3D0D (or 0x6A3D0D) is unknown color: approx Raw Umber. HEX triplet: 6A, 3D and 0D. RGB value is (106,61,13). Sum of RGB (Red+Green+Blue) = 106+61+13=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3D0D is #95C2F2. Grayscale: #454545. Windows color (decimal): -9814771 or 867690. OLE color: 867690.

HSL color Cylindrical-coordinate representation of color #6A3D0D: hue angle of 30.97º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A3D0D is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB1066113-
CMYK00.420.880.58
HSL30.97º78.15%23.33%-
HSV(B)30.97º87.74%41.57%-
XYZ7.696.431.22-
YUV68.9896.41154.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=58.89%
G=33.89%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106611300.420.880.5830.9778.1523.33
Hex6A3DD02A583A1f4e17
Octal1527515052130723711627
Binary110101011110111010101010101100011101011111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3D0D; }

 p { color: rgb(106,61,13); }

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

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

 a { background-color: rgb(106,61,13); }

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

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

 span { border-color: rgb(106,61,13); }

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