Html Css Color HEX #6F643A Yellow Metal

📋 copy color: '#6F643A'

red 111 ◦ green 100 ◦ blue 58

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

Shades of Yellow Metal #6F643A

Tints of Yellow Metal #6F643A

RGB

 RED value IS 111 (43.75% from 255) = 41.26%

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 41.26%
G = 37.17%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F643A (or 0x6F643A) is known color: Yellow Metal. HEX triplet: 6F, 64 and 3A. RGB value is (111,100,58). Sum of RGB (Red+Green+Blue) = 111+100+58=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F643A is #909BC5. Grayscale: #626262. Windows color (decimal): -9477062 or 3826799. OLE color: 3826799.

HSL color Cylindrical-coordinate representation of color #6F643A: hue angle of 47.55º 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 #6F643A is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 100 58 -
CMYK 0 0.10 0.48 0.56
HSL 47.55º 0.31% 0.33% -
HSV(B) 47.55º 0.48% 0.44% -
XYZ 11.88 12.8 5.85 -
YUV 98.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 111 100 58 0 0.10 0.48 0.56 47.55 0.31 0.33
Hex 6F 64 3A 0 A 30 38 30 1F 21
Octal 157 144 72 0 12 60 70 60 37 41
Binary 1101111 1100100 111010 0 1010 110000 111000 110000 11111 100001

Color Harmonies of #6F643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F643A

Black with #6F643A

Text Example


Text Example

White with #6F643A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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