Html Css Color HEX #B65406 Rust

📋 copy color: '#B65406'

red 182 ◦ green 84 ◦ blue 6

#B65406
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B65406

Tints of Rust #B65406

RGB

 RED value IS 182 (71.48% from 255) = 66.91%

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 66.91%
G = 30.88%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B65406 (or 0xB65406) is known color: Rust. HEX triplet: B6, 54 and 06. RGB value is (182,84,6). Sum of RGB (Red+Green+Blue) = 182+84+6=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B65406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65406 is #49ABF9. Grayscale: #686868. Windows color (decimal): -4828154 or 414902. OLE color: 414902.

HSL color Cylindrical-coordinate representation of color #B65406: hue angle of 26.59º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B65406 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 84 6 -
CMYK 0 0.54 0.97 0.29
HSL 26.59º 0.94% 0.37% -
HSV(B) 26.59º 0.97% 0.71% -
XYZ 22.49 16.3 2.13 -
YUV 104.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 182 84 6 0 0.54 0.97 0.29 26.59 0.94 0.37
Hex B6 54 6 0 36 61 1D 1B 5E 25
Octal 266 124 6 0 66 141 35 33 136 45
Binary 10110110 1010100 110 0 110110 1100001 11101 11011 1011110 100101

Color Harmonies of #B65406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65406

Black with #B65406

Text Example


Text Example

White with #B65406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65406; }

 p { color: rgb(182,84,6); }

 H1.HeaderClassName
 {
   color: #B65406;
 }
 .AnyTagClassName
 {
   color: #B65406;
 }
</style>

background-color css

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

 a { background-color: rgb(182,84,6); }

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

border-color css

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

 span { border-color: rgb(182,84,6); }

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