#6B440F

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

Shades of Raw Umber #6B440F

Tints of Raw Umber #6B440F

Color information

#6B440F (or 0x6B440F) is unknown color: approx Raw Umber. HEX triplet: 6B, 44 and 0F. RGB value is (107,68,15). Sum of RGB (Red+Green+Blue) = 107+68+15=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B440F is #94BBF0. Grayscale: #494949. Windows color (decimal): -9747441 or 1000555. OLE color: 1000555.

HSL color Cylindrical-coordinate representation of color #6B440F: hue angle of 34.57º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B440F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB1076815-
CMYK00.360.860.58
HSL34.57º75.41%23.92%-
HSV(B)34.57º85.98%41.96%-
XYZ8.227.291.43-
YUV73.6294.92151.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.32%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=56.32%
G=35.79%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107681500.360.860.5834.5775.4123.92
Hex6B44F024563A234b18
Octal15310417044126724311330
Binary11010111000100111101001001010110111010100011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,68,15); }

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

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

 a { background-color: rgb(107,68,15); }

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

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

 span { border-color: rgb(107,68,15); }

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