#B6993A

Color #B6993A Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B6993A

Tints of Roti #B6993A

Color information

#B6993A (or 0xB6993A) is unknown color: approx Roti. HEX triplet: B6, 99 and 3A. RGB value is (182,153,58). Sum of RGB (Red+Green+Blue) = 182+153+58=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6993A is #4966C5. Grayscale: #979797. Windows color (decimal): -4810438 or 3840438. OLE color: 3840438.

HSL color Cylindrical-coordinate representation of color #B6993A: hue angle of 45.97º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6993A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18215358-
CMYK00.160.680.29
HSL45.97º51.67%47.06%-
HSV(B)45.97º68.13%71.37%-
XYZ31.4533.038.72-
YUV150.8475.61150.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=46.31%
G=38.93%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821535800.160.680.2945.9751.6747.06
HexB6993A010441D2e342f
Octal2662317202010435566457
Binary1011011010011001111010010000100010011101101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6993A; }

 p { color: rgb(182,153,58); }

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

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

 a { background-color: rgb(182,153,58); }

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

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

 span { border-color: rgb(182,153,58); }

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