Html Css Color HEX #6B613A Yellow Metal

📋 copy color: '#6B613A'

red 107 ◦ green 97 ◦ blue 58

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

Shades of Yellow Metal #6B613A

Tints of Yellow Metal #6B613A

RGB

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

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

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

R = 40.84%
G = 37.02%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B613A (or 0x6B613A) is known color: Yellow Metal. HEX triplet: 6B, 61 and 3A. RGB value is (107,97,58). Sum of RGB (Red+Green+Blue) = 107+97+58=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B613A is #949EC5. Grayscale: #5F5F5F. Windows color (decimal): -9739974 or 3826027. OLE color: 3826027.

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

Color convert

RGB 107 97 58 -
CMYK 0 0.09 0.46 0.58
HSL 47.76º 0.3% 0.32% -
HSV(B) 47.76º 0.46% 0.42% -
XYZ 11.1 11.98 5.73 -
YUV 95.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 107 97 58 0 0.09 0.46 0.58 47.76 0.3 0.32
Hex 6B 61 3A 0 9 2E 3A 30 1E 20
Octal 153 141 72 0 11 56 72 60 36 40
Binary 1101011 1100001 111010 0 1001 101110 111010 110000 11110 100000

Color Harmonies of #6B613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B613A

Black with #6B613A

Text Example


Text Example

White with #6B613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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