#B6963F

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

Shades of Roti #B6963F

Tints of Roti #B6963F

Color information

#B6963F (or 0xB6963F) is unknown color: approx Roti. HEX triplet: B6, 96 and 3F. RGB value is (182,150,63). Sum of RGB (Red+Green+Blue) = 182+150+63=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6963F is #4969C0. Grayscale: #969696. Windows color (decimal): -4811201 or 4167350. OLE color: 4167350.

HSL color Cylindrical-coordinate representation of color #B6963F: hue angle of 43.87º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6963F is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18215063-
CMYK00.180.650.29
HSL43.87º48.57%48.04%-
HSV(B)43.87º65.38%71.37%-
XYZ31.0932.129.26-
YUV149.6579.1151.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 63 (25% from 255) = 15.95%
R=46.08%
G=37.97%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821506300.180.650.2943.8748.5748.04
HexB6963F012411D2c3130
Octal2662267702210135546160
Binary1011011010010110111111010010100000111101101100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6963F; }

 p { color: rgb(182,150,63); }

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

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

 a { background-color: rgb(182,150,63); }

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

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

 span { border-color: rgb(182,150,63); }

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