#b69b34

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

Shades of Sahara #B69B34

Tints of Sahara #B69B34

Color information

#B69B34 (or 0xB69B34) is unknown color: approx Sahara. HEX triplet: B6, 9B and 34. RGB value is (182,155,52). Sum of RGB (Red+Green+Blue) = 182+155+52=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69B34 is #4964CB. Grayscale: #979797. Windows color (decimal): -4809932 or 3447734. OLE color: 3447734.

HSL color Cylindrical-coordinate representation of color #B69B34: hue angle of 47.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B69B34 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18215552-
CMYK00.150.710.29
HSL47.54º55.56%45.88%-
HSV(B)47.54º71.43%71.37%-
XYZ31.6333.648.07-
YUV151.3371.95149.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 52 (20.70% from 255) = 13.37%
R=46.79%
G=39.85%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821555200.150.710.2947.5455.5645.88
HexB69B340F471D30382e
Octal2662336401710735607056
Binary101101101001101111010001111100011111101110000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69b34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69b34; }

 p { color: rgb(182,155,52); }

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

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

 a { background-color: rgb(182,155,52); }

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

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

 span { border-color: rgb(182,155,52); }

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