Html Css Color HEX #C6823A Golden Bell

📋 copy color: '#C6823A'

red 198 ◦ green 130 ◦ blue 58

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

Shades of Golden Bell #C6823A

Tints of Golden Bell #C6823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 51.3%
G = 33.68%
B = 15.03%

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

#C6823A (or 0xC6823A) is known color: Golden Bell. HEX triplet: C6, 82 and 3A. RGB value is (198,130,58). Sum of RGB (Red+Green+Blue) = 198+130+58=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6823A is #397DC5. Grayscale: #8E8E8E. Windows color (decimal): -3767750 or 3834566. OLE color: 3834566.

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

Color convert

RGB 198 130 58 -
CMYK 0 0.34 0.71 0.22
HSL 30.86º 0.55% 0.5% -
HSV(B) 30.86º 0.71% 0.78% -
XYZ 32.04 28.28 7.77 -
YUV 142.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 198 130 58 0 0.34 0.71 0.22 30.86 0.55 0.5
Hex C6 82 3A 0 22 47 16 1F 37 32
Octal 306 202 72 0 42 107 26 37 67 62
Binary 11000110 10000010 111010 0 100010 1000111 10110 11111 110111 110010

Color Harmonies of #C6823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6823A

Black with #C6823A

Text Example


Text Example

White with #C6823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6823A; }

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

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

background-color css

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

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

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

border-color css

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

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

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