#67530C

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

Shades of Raw Umber #67530C

Tints of Raw Umber #67530C

Color information

#67530C (or 0x67530C) is unknown color: approx Raw Umber. HEX triplet: 67, 53 and 0C. RGB value is (103,83,12). Sum of RGB (Red+Green+Blue) = 103+83+12=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67530C is #98ACF3. Grayscale: #515151. Windows color (decimal): -10005748 or 807783. OLE color: 807783.

HSL color Cylindrical-coordinate representation of color #67530C: hue angle of 46.81º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67530C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1038312-
CMYK00.190.880.60
HSL46.81º79.13%22.55%-
HSV(B)46.81º88.35%40.39%-
XYZ8.759.11.64-
YUV80.8989.13143.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.02%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=52.02%
G=41.92%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103831200.190.880.6046.8179.1322.55
Hex6753C013583C2f4f17
Octal14712314023130745711727
Binary1100111101001111000100111011000111100101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67530C; }

 p { color: rgb(103,83,12); }

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

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

 a { background-color: rgb(103,83,12); }

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

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

 span { border-color: rgb(103,83,12); }

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