#6B3C00

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

Shades of Raw Umber #6B3C00

Tints of Raw Umber #6B3C00

Color information

#6B3C00 (or 0x6B3C00) is unknown color: approx Raw Umber. HEX triplet: 6B, 3C and 00. RGB value is (107,60,0). Sum of RGB (Red+Green+Blue) = 107+60+0=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3C00 is #94C3FF. Grayscale: #434343. Windows color (decimal): -9749504 or 15467. OLE color: 15467.

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

Color convert

RGB107600-
CMYK00.4410.58
HSL33.64º100%20.98%-
HSV(B)33.64º100%41.96%-
XYZ7.686.360.82-
YUV67.2190.07156.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.07%
GREEN value IS 60 (23.83% from 255) = 35.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.07%
G=35.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10760000.4410.5833.6410020.98
Hex6B3C002C643A226415
Octal153740054144724214425
Binary1101011111100001011001100100111010100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,0); }

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

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

 a { background-color: rgb(107,60,0); }

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

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

 span { border-color: rgb(107,60,0); }

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