Html Css Color HEX #6B6141 Yellow Metal

📋 copy color: '#6B6141'

red 107 ◦ green 97 ◦ blue 65

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

Shades of Yellow Metal #6B6141

Tints of Yellow Metal #6B6141

RGB

 RED value IS 107 (42.19% from 255) = 39.78%

 GREEN value IS 97 (38.28% from 255) = 36.06%

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 39.78%
G = 36.06%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6B6141 (or 0x6B6141) is known color: Yellow Metal. HEX triplet: 6B, 61 and 41. RGB value is (107,97,65). Sum of RGB (Red+Green+Blue) = 107+97+65=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6141 is #949EBE. Grayscale: #606060. Windows color (decimal): -9739967 or 4284779. OLE color: 4284779.

HSL color Cylindrical-coordinate representation of color #6B6141: hue angle of 45.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B6141 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 97 65 -
CMYK 0 0.09 0.39 0.58
HSL 45.71º 0.24% 0.34% -
HSV(B) 45.71º 0.39% 0.42% -
XYZ 11.29 12.06 6.73 -
YUV 96.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 107 97 65 0 0.09 0.39 0.58 45.71 0.24 0.34
Hex 6B 61 41 0 9 27 3A 2E 18 22
Octal 153 141 101 0 11 47 72 56 30 42
Binary 1101011 1100001 1000001 0 1001 100111 111010 101110 11000 100010

Color Harmonies of #6B6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6141

Black with #6B6141

Text Example


Text Example

White with #6B6141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,65); }

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

background-color css

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

 a { background-color: rgb(107,97,65); }

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

border-color css

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

 span { border-color: rgb(107,97,65); }

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