Html Css Color HEX #422706 Bistre

📋 copy color: '#422706'

red 66 ◦ green 39 ◦ blue 6

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

Shades of Bistre #422706

Tints of Bistre #422706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.14%

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

R = 59.46%
G = 35.14%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#422706 (or 0x422706) is known color: Bistre. HEX triplet: 42, 27 and 06. RGB value is (66,39,6). Sum of RGB (Red+Green+Blue) = 66+39+6=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #422706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422706 is #BDD8F9. Grayscale: #2B2B2B. Windows color (decimal): -12441850 or 403266. OLE color: 403266.

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

Color convert

RGB 66 39 6 -
CMYK 0 0.41 0.91 0.74
HSL 33º 0.83% 0.14% -
HSV(B) 33º 0.91% 0.26% -
XYZ 3.01 2.62 0.52 -
YUV 43.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 66 39 6 0 0.41 0.91 0.74 33 0.83 0.14
Hex 42 27 6 0 29 5B 4A 21 53 E
Octal 102 47 6 0 51 133 112 41 123 16
Binary 1000010 100111 110 0 101001 1011011 1001010 100001 1010011 1110

Color Harmonies of #422706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422706

Black with #422706

Text Example


Text Example

White with #422706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422706; }

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

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

background-color css

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

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

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

border-color css

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

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

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