Html Css Color HEX #6C613C Yellow Metal

📋 copy color: '#6C613C'

red 108 ◦ green 97 ◦ blue 60

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

Shades of Yellow Metal #6C613C

Tints of Yellow Metal #6C613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 40.75%
G = 36.6%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C613C (or 0x6C613C) is known color: Yellow Metal. HEX triplet: 6C, 61 and 3C. RGB value is (108,97,60). Sum of RGB (Red+Green+Blue) = 108+97+60=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C613C is #939EC3. Grayscale: #606060. Windows color (decimal): -9674436 or 3957100. OLE color: 3957100.

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

Color convert

RGB 108 97 60 -
CMYK 0 0.10 0.44 0.58
HSL 46.25º 0.29% 0.33% -
HSV(B) 46.25º 0.44% 0.42% -
XYZ 11.27 12.06 6.01 -
YUV 96.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 108 97 60 0 0.10 0.44 0.58 46.25 0.29 0.33
Hex 6C 61 3C 0 A 2C 3A 2E 1D 21
Octal 154 141 74 0 12 54 72 56 35 41
Binary 1101100 1100001 111100 0 1010 101100 111010 101110 11101 100001

Color Harmonies of #6C613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C613C

Black with #6C613C

Text Example


Text Example

White with #6C613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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