Html Css Color HEX #462E06 Clinker

📋 copy color: '#462E06'

red 70 ◦ green 46 ◦ blue 6

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

Shades of Clinker #462E06

Tints of Clinker #462E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.7%

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

R = 57.38%
G = 37.7%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#462E06 (or 0x462E06) is known color: Clinker. HEX triplet: 46, 2E and 06. RGB value is (70,46,6). Sum of RGB (Red+Green+Blue) = 70+46+6=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #462E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E06 is #B9D1F9. Grayscale: #303030. Windows color (decimal): -12177914 or 405062. OLE color: 405062.

HSL color Cylindrical-coordinate representation of color #462E06: hue angle of 37.5º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #462E06 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 46 6 -
CMYK 0 0.34 0.91 0.73
HSL 37.5º 0.84% 0.15% -
HSV(B) 37.5º 0.91% 0.27% -
XYZ 3.54 3.27 0.62 -
YUV 48.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 70 46 6 0 0.34 0.91 0.73 37.5 0.84 0.15
Hex 46 2E 6 0 22 5B 49 26 54 F
Octal 106 56 6 0 42 133 111 46 124 17
Binary 1000110 101110 110 0 100010 1011011 1001001 100110 1010100 1111

Color Harmonies of #462E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E06

Black with #462E06

Text Example


Text Example

White with #462E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462E06; }

 p { color: rgb(70,46,6); }

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

background-color css

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

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

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

border-color css

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

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

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