Html Css Color HEX #412306 Bistre

📋 copy color: '#412306'

red 65 ◦ green 35 ◦ blue 6

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

Shades of Bistre #412306

Tints of Bistre #412306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.02%

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

R = 61.32%
G = 33.02%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#412306 (or 0x412306) is known color: Bistre. HEX triplet: 41, 23 and 06. RGB value is (65,35,6). Sum of RGB (Red+Green+Blue) = 65+35+6=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412306 is #BEDCF9. Grayscale: #282828. Windows color (decimal): -12508410 or 402241. OLE color: 402241.

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

Color convert

RGB 65 35 6 -
CMYK 0 0.46 0.91 0.75
HSL 29.49º 0.83% 0.14% -
HSV(B) 29.49º 0.91% 0.25% -
XYZ 2.81 2.34 0.48 -
YUV 40.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 65 35 6 0 0.46 0.91 0.75 29.49 0.83 0.14
Hex 41 23 6 0 2E 5B 4B 1D 53 E
Octal 101 43 6 0 56 133 113 35 123 16
Binary 1000001 100011 110 0 101110 1011011 1001011 11101 1010011 1110

Color Harmonies of #412306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412306

Black with #412306

Text Example


Text Example

White with #412306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412306; }

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

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

background-color css

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

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

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

border-color css

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

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

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