Html Css Color HEX #6C613B Yellow Metal

📋 copy color: '#6C613B'

red 108 ◦ green 97 ◦ blue 59

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

Shades of Yellow Metal #6C613B

Tints of Yellow Metal #6C613B

RGB

 RED value IS 108 (42.58% from 255) = 40.91%

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

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

R = 40.91%
G = 36.74%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6C613B (or 0x6C613B) is known color: Yellow Metal. HEX triplet: 6C, 61 and 3B. RGB value is (108,97,59). Sum of RGB (Red+Green+Blue) = 108+97+59=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C613B is #939EC4. Grayscale: #606060. Windows color (decimal): -9674437 or 3891564. OLE color: 3891564.

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

Color convert

RGB 108 97 59 -
CMYK 0 0.10 0.45 0.58
HSL 46.53º 0.29% 0.33% -
HSV(B) 46.53º 0.45% 0.42% -
XYZ 11.25 12.05 5.87 -
YUV 95.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 108 97 59 0 0.10 0.45 0.58 46.53 0.29 0.33
Hex 6C 61 3B 0 A 2D 3A 2F 1D 21
Octal 154 141 73 0 12 55 72 57 35 41
Binary 1101100 1100001 111011 0 1010 101101 111010 101111 11101 100001

Color Harmonies of #6C613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C613B

Black with #6C613B

Text Example


Text Example

White with #6C613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,97,59); }

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

background-color css

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

 a { background-color: rgb(108,97,59); }

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

border-color css

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

 span { border-color: rgb(108,97,59); }

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