Html Css Color HEX #461606 Brown Pod

📋 copy color: '#461606'

red 70 ◦ green 22 ◦ blue 6

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

Shades of Brown Pod #461606

Tints of Brown Pod #461606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.45%

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

R = 71.43%
G = 22.45%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#461606 (or 0x461606) is known color: Brown Pod. HEX triplet: 46, 16 and 06. RGB value is (70,22,6). Sum of RGB (Red+Green+Blue) = 70+22+6=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #461606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461606 is #B9E9F9. Grayscale: #222222. Windows color (decimal): -12184058 or 398918. OLE color: 398918.

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

Color convert

RGB 70 22 6 -
CMYK 0 0.69 0.91 0.73
HSL 15º 0.84% 0.15% -
HSV(B) 15º 0.91% 0.27% -
XYZ 2.85 1.89 0.39 -
YUV 34.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 70 22 6 0 0.69 0.91 0.73 15 0.84 0.15
Hex 46 16 6 0 45 5B 49 F 54 F
Octal 106 26 6 0 105 133 111 17 124 17
Binary 1000110 10110 110 0 1000101 1011011 1001001 1111 1010100 1111

Color Harmonies of #461606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461606

Black with #461606

Text Example


Text Example

White with #461606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461606; }

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

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

background-color css

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

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

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

border-color css

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

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

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