Html Css Color HEX #411706 Brown Pod

📋 copy color: '#411706'

red 65 ◦ green 23 ◦ blue 6

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

Shades of Brown Pod #411706

Tints of Brown Pod #411706

RGB

 RED value IS 65 (25.78% from 255) = 69.15%

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

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

R = 69.15%
G = 24.47%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#411706 (or 0x411706) is known color: Brown Pod. HEX triplet: 41, 17 and 06. RGB value is (65,23,6). Sum of RGB (Red+Green+Blue) = 65+23+6=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411706 is #BEE8F9. Grayscale: #212121. Windows color (decimal): -12511482 or 399169. OLE color: 399169.

HSL color Cylindrical-coordinate representation of color #411706: hue angle of 17.29º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #411706 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 23 6 -
CMYK 0 0.65 0.91 0.75
HSL 17.29º 0.83% 0.14% -
HSV(B) 17.29º 0.91% 0.25% -
XYZ 2.52 1.75 0.38 -
YUV 33.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 65 23 6 0 0.65 0.91 0.75 17.29 0.83 0.14
Hex 41 17 6 0 41 5B 4B 11 53 E
Octal 101 27 6 0 101 133 113 21 123 16
Binary 1000001 10111 110 0 1000001 1011011 1001011 10001 1010011 1110

Color Harmonies of #411706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411706

Black with #411706

Text Example


Text Example

White with #411706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411706; }

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

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

background-color css

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

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

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

border-color css

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

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

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