Html Css Color HEX #C6833A Golden Bell

📋 copy color: '#C6833A'

red 198 ◦ green 131 ◦ blue 58

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

Shades of Golden Bell #C6833A

Tints of Golden Bell #C6833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 51.16%
G = 33.85%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6833A (or 0xC6833A) is known color: Golden Bell. HEX triplet: C6, 83 and 3A. RGB value is (198,131,58). Sum of RGB (Red+Green+Blue) = 198+131+58=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6833A is #397CC5. Grayscale: #8F8F8F. Windows color (decimal): -3767494 or 3834822. OLE color: 3834822.

HSL color Cylindrical-coordinate representation of color #C6833A: hue angle of 31.29º 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 #C6833A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 58 -
CMYK 0 0.34 0.71 0.22
HSL 31.29º 0.55% 0.5% -
HSV(B) 31.29º 0.71% 0.78% -
XYZ 32.17 28.54 7.82 -
YUV 142.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 198 131 58 0 0.34 0.71 0.22 31.29 0.55 0.5
Hex C6 83 3A 0 22 47 16 1F 37 32
Octal 306 203 72 0 42 107 26 37 67 62
Binary 11000110 10000011 111010 0 100010 1000111 10110 11111 110111 110010

Color Harmonies of #C6833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6833A

Black with #C6833A

Text Example


Text Example

White with #C6833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6833A; }

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

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

background-color css

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

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

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

border-color css

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

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

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