Html Css Color HEX #C6873A Golden Bell

📋 copy color: '#C6873A'

red 198 ◦ green 135 ◦ blue 58

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

Shades of Golden Bell #C6873A

Tints of Golden Bell #C6873A

RGB

 RED value IS 198 (77.73% from 255) = 50.64%

 GREEN value IS 135 (53.13% from 255) = 34.53%

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

R = 50.64%
G = 34.53%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6873A (or 0xC6873A) is known color: Golden Bell. HEX triplet: C6, 87 and 3A. RGB value is (198,135,58). Sum of RGB (Red+Green+Blue) = 198+135+58=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6873A is #3978C5. Grayscale: #919191. Windows color (decimal): -3766470 or 3835846. OLE color: 3835846.

HSL color Cylindrical-coordinate representation of color #C6873A: hue angle of 33º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6873A is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 135 58 -
CMYK 0 0.32 0.71 0.22
HSL 33º 0.55% 0.5% -
HSV(B) 33º 0.71% 0.78% -
XYZ 32.72 29.64 8 -
YUV 145.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 198 135 58 0 0.32 0.71 0.22 33 0.55 0.5
Hex C6 87 3A 0 20 47 16 21 37 32
Octal 306 207 72 0 40 107 26 41 67 62
Binary 11000110 10000111 111010 0 100000 1000111 10110 100001 110111 110010

Color Harmonies of #C6873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6873A

Black with #C6873A

Text Example


Text Example

White with #C6873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6873A; }

 p { color: rgb(198,135,58); }

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

background-color css

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

 a { background-color: rgb(198,135,58); }

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

border-color css

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

 span { border-color: rgb(198,135,58); }

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