#B69340

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

Shades of Roti #B69340

Tints of Roti #B69340

Color information

#B69340 (or 0xB69340) is unknown color: approx Roti. HEX triplet: B6, 93 and 40. RGB value is (182,147,64). Sum of RGB (Red+Green+Blue) = 182+147+64=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B69340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69340 is #496CBF. Grayscale: #949494. Windows color (decimal): -4811968 or 4232118. OLE color: 4232118.

HSL color Cylindrical-coordinate representation of color #B69340: hue angle of 42.2º degrees, saturation: 0.48, 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 #B69340 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18214764-
CMYK00.190.650.29
HSL42.2º47.97%48.24%-
HSV(B)42.2º64.84%71.37%-
XYZ30.6531.189.25-
YUV14880.6152.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=46.31%
G=37.40%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821476400.190.650.2942.247.9748.24
HexB69340013411D2a3030
Octal26622310002310135526060
Binary10110110100100111000000010011100000111101101010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69340; }

 p { color: rgb(182,147,64); }

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

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

 a { background-color: rgb(182,147,64); }

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

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

 span { border-color: rgb(182,147,64); }

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