Html Css Color HEX #461706 Brown Pod

📋 copy color: '#461706'

red 70 ◦ green 23 ◦ blue 6

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

Shades of Brown Pod #461706

Tints of Brown Pod #461706

RGB

 RED value IS 70 (27.73% from 255) = 70.71%

 GREEN value IS 23 (9.38% from 255) = 23.23%

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

R = 70.71%
G = 23.23%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#461706 (or 0x461706) is known color: Brown Pod. HEX triplet: 46, 17 and 06. RGB value is (70,23,6). Sum of RGB (Red+Green+Blue) = 70+23+6=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #461706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461706 is #B9E8F9. Grayscale: #232323. Windows color (decimal): -12183802 or 399174. OLE color: 399174.

HSL color Cylindrical-coordinate representation of color #461706: hue angle of 15.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #461706 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 6 -
CMYK 0 0.67 0.91 0.73
HSL 15.94º 0.84% 0.15% -
HSV(B) 15.94º 0.91% 0.27% -
XYZ 2.87 1.93 0.39 -
YUV 35.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 70 23 6 0 0.67 0.91 0.73 15.94 0.84 0.15
Hex 46 17 6 0 43 5B 49 10 54 F
Octal 106 27 6 0 103 133 111 20 124 17
Binary 1000110 10111 110 0 1000011 1011011 1001001 10000 1010100 1111

Color Harmonies of #461706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461706

Black with #461706

Text Example


Text Example

White with #461706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461706; }

 p { color: rgb(70,23,6); }

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

background-color css

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

 a { background-color: rgb(70,23,6); }

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

border-color css

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

 span { border-color: rgb(70,23,6); }

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