#6B613F

Color #6B613F Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #6B613F

Tints of Yellow Metal #6B613F

Color information

#6B613F (or 0x6B613F) is unknown color: approx Yellow Metal. HEX triplet: 6B, 61 and 3F. RGB value is (107,97,63). Sum of RGB (Red+Green+Blue) = 107+97+63=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B613F is #949EC0. Grayscale: #606060. Windows color (decimal): -9739969 or 4153707. OLE color: 4153707.

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

Color convert

RGB1079763-
CMYK00.090.410.58
HSL46.36º25.88%33.33%-
HSV(B)46.36º41.12%41.96%-
XYZ11.2412.036.43-
YUV96.11109.31135.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 63 (25% from 255) = 23.60%
R=40.07%
G=36.33%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107976300.090.410.5846.3625.8833.33
Hex6B613F09293A2e1a21
Octal153141770115172563241
Binary110101111000011111110100110100111101010111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B613F;
 }
 .AnyTagClassName
 {
   color: #6B613F;
 }
</style>
background-color css

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

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

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

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

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

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