Html Css Color HEX #461906 Brown Pod

📋 copy color: '#461906'

red 70 ◦ green 25 ◦ blue 6

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

Shades of Brown Pod #461906

Tints of Brown Pod #461906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.75%

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

R = 69.31%
G = 24.75%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#461906 (or 0x461906) is known color: Brown Pod. HEX triplet: 46, 19 and 06. RGB value is (70,25,6). Sum of RGB (Red+Green+Blue) = 70+25+6=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #461906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461906 is #B9E6F9. Grayscale: #242424. Windows color (decimal): -12183290 or 399686. OLE color: 399686.

HSL color Cylindrical-coordinate representation of color #461906: hue angle of 17.81º 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 #461906 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 6 -
CMYK 0 0.64 0.91 0.73
HSL 17.81º 0.84% 0.15% -
HSV(B) 17.81º 0.91% 0.27% -
XYZ 2.91 2.01 0.41 -
YUV 36.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 70 25 6 0 0.64 0.91 0.73 17.81 0.84 0.15
Hex 46 19 6 0 40 5B 49 12 54 F
Octal 106 31 6 0 100 133 111 22 124 17
Binary 1000110 11001 110 0 1000000 1011011 1001001 10010 1010100 1111

Color Harmonies of #461906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461906

Black with #461906

Text Example


Text Example

White with #461906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461906; }

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

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

background-color css

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

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

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

border-color css

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

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

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