Html Css Color HEX #464623 Waiouru

📋 copy color: '#464623'

red 70 ◦ green 70 ◦ blue 35

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

Shades of Waiouru #464623

Tints of Waiouru #464623

RGB

 RED value IS 70 (27.73% from 255) = 40%

 GREEN value IS 70 (27.73% from 255) = 40%

 BLUE value IS 35 (14.06% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#464623 (or 0x464623) is known color: Waiouru. HEX triplet: 46, 46 and 23. RGB value is (70,70,35). Sum of RGB (Red+Green+Blue) = 70+70+35=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464623 is #B9B9DC. Grayscale: #424242. Windows color (decimal): -12171741 or 2311750. OLE color: 2311750.

HSL color Cylindrical-coordinate representation of color #464623: hue angle of 60º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464623 is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 70 35 -
CMYK 0 0 0.5 0.73
HSL 60º 0.33% 0.21% -
HSV(B) 60º 0.5% 0.27% -
XYZ 5.02 5.8 2.45 -
YUV 66.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 70 70 35 0 0 0.5 0.73 60 0.33 0.21
Hex 46 46 23 0 0 32 49 3C 21 15
Octal 106 106 43 0 0 62 111 74 41 25
Binary 1000110 1000110 100011 0 0 110010 1001001 111100 100001 10101

Color Harmonies of #464623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464623

Black with #464623

Text Example


Text Example

White with #464623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464623; }

 p { color: rgb(70,70,35); }

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

background-color css

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

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

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

border-color css

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

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

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