#6F623A

Color #6F623A Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #6F623A

Tints of Yellow Metal #6F623A

Color information

#6F623A (or 0x6F623A) is unknown color: approx Yellow Metal. HEX triplet: 6F, 62 and 3A. RGB value is (111,98,58). Sum of RGB (Red+Green+Blue) = 111+98+58=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F623A is #909DC5. Grayscale: #616161. Windows color (decimal): -9477574 or 3826287. OLE color: 3826287.

HSL color Cylindrical-coordinate representation of color #6F623A: hue angle of 45.28º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F623A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1119858-
CMYK00.120.480.56
HSL45.28º31.36%33.14%-
HSV(B)45.28º47.75%43.53%-
XYZ11.6912.425.78-
YUV97.33105.81137.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=41.57%
G=36.70%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111985800.120.480.5645.2831.3633.14
Hex6F623A0C30382d1f21
Octal157142720146070553741
Binary110111111000101110100110011000011100010110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F623A; }

 p { color: rgb(111,98,58); }

 H1.HeaderClassName
 {
   color: #6F623A;
 }
 .AnyTagClassName
 {
   color: #6F623A;
 }
</style>
background-color css

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

 a { background-color: rgb(111,98,58); }

 div.DivClassName
 {
   background-color: #6F623A;
 }
 .BgClassName
 {
   background-color: #6F623A;
 }
</style>
border-color css

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

 span { border-color: rgb(111,98,58); }

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