Html Css Color HEX #6F603B Yellow Metal

📋 copy color: '#6F603B'

red 111 ◦ green 96 ◦ blue 59

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

Shades of Yellow Metal #6F603B

Tints of Yellow Metal #6F603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 41.73%
G = 36.09%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F603B (or 0x6F603B) is known color: Yellow Metal. HEX triplet: 6F, 60 and 3B. RGB value is (111,96,59). Sum of RGB (Red+Green+Blue) = 111+96+59=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F603B is #909FC4. Grayscale: #606060. Windows color (decimal): -9478085 or 3891311. OLE color: 3891311.

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

Color convert

RGB 111 96 59 -
CMYK 0 0.14 0.47 0.56
HSL 42.69º 0.31% 0.33% -
HSV(B) 42.69º 0.47% 0.44% -
XYZ 11.53 12.06 5.86 -
YUV 96.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 111 96 59 0 0.14 0.47 0.56 42.69 0.31 0.33
Hex 6F 60 3B 0 E 2F 38 2B 1F 21
Octal 157 140 73 0 16 57 70 53 37 41
Binary 1101111 1100000 111011 0 1110 101111 111000 101011 11111 100001

Color Harmonies of #6F603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F603B

Black with #6F603B

Text Example


Text Example

White with #6F603B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,59); }

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

background-color css

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

 a { background-color: rgb(111,96,59); }

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

border-color css

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

 span { border-color: rgb(111,96,59); }

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