Html Css Color HEX #422B06 Bistre

📋 copy color: '#422B06'

red 66 ◦ green 43 ◦ blue 6

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

Shades of Bistre #422B06

Tints of Bistre #422B06

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.39%

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

R = 57.39%
G = 37.39%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#422B06 (or 0x422B06) is known color: Bistre. HEX triplet: 42, 2B and 06. RGB value is (66,43,6). Sum of RGB (Red+Green+Blue) = 66+43+6=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #422B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B06 is #BDD4F9. Grayscale: #2D2D2D. Windows color (decimal): -12440826 or 404290. OLE color: 404290.

HSL color Cylindrical-coordinate representation of color #422B06: hue angle of 37º 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 #422B06 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 43 6 -
CMYK 0 0.35 0.91 0.74
HSL 37º 0.83% 0.14% -
HSV(B) 37º 0.91% 0.26% -
XYZ 3.14 2.9 0.57 -
YUV 45.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 66 43 6 0 0.35 0.91 0.74 37 0.83 0.14
Hex 42 2B 6 0 23 5B 4A 25 53 E
Octal 102 53 6 0 43 133 112 45 123 16
Binary 1000010 101011 110 0 100011 1011011 1001010 100101 1010011 1110

Color Harmonies of #422B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B06

Black with #422B06

Text Example


Text Example

White with #422B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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