Html Css Color HEX #C6813C Golden Bell

📋 copy color: '#C6813C'

red 198 ◦ green 129 ◦ blue 60

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

Shades of Golden Bell #C6813C

Tints of Golden Bell #C6813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

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

R = 51.16%
G = 33.33%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6813C (or 0xC6813C) is known color: Golden Bell. HEX triplet: C6, 81 and 3C. RGB value is (198,129,60). Sum of RGB (Red+Green+Blue) = 198+129+60=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6813C is #397EC3. Grayscale: #8E8E8E. Windows color (decimal): -3768004 or 3965382. OLE color: 3965382.

HSL color Cylindrical-coordinate representation of color #C6813C: hue angle of 30º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6813C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 129 60 -
CMYK 0 0.35 0.70 0.22
HSL 30º 0.55% 0.51% -
HSV(B) 30º 0.7% 0.78% -
XYZ 31.95 28.03 8 -
YUV 141.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 198 129 60 0 0.35 0.70 0.22 30 0.55 0.51
Hex C6 81 3C 0 23 46 16 1E 37 33
Octal 306 201 74 0 43 106 26 36 67 63
Binary 11000110 10000001 111100 0 100011 1000110 10110 11110 110111 110011

Color Harmonies of #C6813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6813C

Black with #C6813C

Text Example


Text Example

White with #C6813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6813C; }

 p { color: rgb(198,129,60); }

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

background-color css

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

 a { background-color: rgb(198,129,60); }

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

border-color css

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

 span { border-color: rgb(198,129,60); }

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