Html Css Color HEX #6F623A Yellow Metal

📋 copy color: '#6F623A'

red 111 ◦ green 98 ◦ blue 58

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

Shades of Yellow Metal #6F623A

Tints of Yellow Metal #6F623A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 41.57%
G = 36.7%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F623A (or 0x6F623A) is known color: 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

RGB 111 98 58 -
CMYK 0 0.12 0.48 0.56
HSL 45.28º 0.31% 0.33% -
HSV(B) 45.28º 0.48% 0.44% -
XYZ 11.69 12.42 5.78 -
YUV 97.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 111 98 58 0 0.12 0.48 0.56 45.28 0.31 0.33
Hex 6F 62 3A 0 C 30 38 2D 1F 21
Octal 157 142 72 0 14 60 70 55 37 41
Binary 1101111 1100010 111010 0 1100 110000 111000 101101 11111 100001

Color Harmonies of #6F623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F623A

Black with #6F623A

Text Example


Text Example

White with #6F623A

Text Example


Text Example

HTML Codes & Css Web 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>