Html Css Color HEX #422406 Bistre

📋 copy color: '#422406'

red 66 ◦ green 36 ◦ blue 6

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

Shades of Bistre #422406

Tints of Bistre #422406

RGB

 RED value IS 66 (26.17% from 255) = 61.11%

 GREEN value IS 36 (14.45% from 255) = 33.33%

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

R = 61.11%
G = 33.33%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#422406 (or 0x422406) is known color: Bistre. HEX triplet: 42, 24 and 06. RGB value is (66,36,6). Sum of RGB (Red+Green+Blue) = 66+36+6=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422406 is #BDDBF9. Grayscale: #292929. Windows color (decimal): -12442618 or 402498. OLE color: 402498.

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

Color convert

RGB 66 36 6 -
CMYK 0 0.45 0.91 0.74
HSL 30º 0.83% 0.14% -
HSV(B) 30º 0.91% 0.26% -
XYZ 2.91 2.43 0.49 -
YUV 41.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 66 36 6 0 0.45 0.91 0.74 30 0.83 0.14
Hex 42 24 6 0 2D 5B 4A 1E 53 E
Octal 102 44 6 0 55 133 112 36 123 16
Binary 1000010 100100 110 0 101101 1011011 1001010 11110 1010011 1110

Color Harmonies of #422406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422406

Black with #422406

Text Example


Text Example

White with #422406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422406; }

 p { color: rgb(66,36,6); }

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

background-color css

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

 a { background-color: rgb(66,36,6); }

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

border-color css

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

 span { border-color: rgb(66,36,6); }

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