Html Css Color HEX #C6823B Golden Bell

📋 copy color: '#C6823B'

red 198 ◦ green 130 ◦ blue 59

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

Shades of Golden Bell #C6823B

Tints of Golden Bell #C6823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.25%

R = 51.16%
G = 33.59%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6823B (or 0xC6823B) is known color: Golden Bell. HEX triplet: C6, 82 and 3B. RGB value is (198,130,59). Sum of RGB (Red+Green+Blue) = 198+130+59=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6823B is #397DC4. Grayscale: #8E8E8E. Windows color (decimal): -3767749 or 3900102. OLE color: 3900102.

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

Color convert

RGB 198 130 59 -
CMYK 0 0.34 0.70 0.22
HSL 30.65º 0.55% 0.5% -
HSV(B) 30.65º 0.7% 0.78% -
XYZ 32.06 28.29 7.91 -
YUV 142.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 198 130 59 0 0.34 0.70 0.22 30.65 0.55 0.5
Hex C6 82 3B 0 22 46 16 1F 37 32
Octal 306 202 73 0 42 106 26 37 67 62
Binary 11000110 10000010 111011 0 100010 1000110 10110 11111 110111 110010

Color Harmonies of #C6823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6823B

Black with #C6823B

Text Example


Text Example

White with #C6823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6823B; }

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

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

background-color css

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

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

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

border-color css

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

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

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