Html Css Color HEX #C6833C Golden Bell

📋 copy color: '#C6833C'

red 198 ◦ green 131 ◦ blue 60

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

Shades of Golden Bell #C6833C

Tints of Golden Bell #C6833C

RGB

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

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

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

R = 50.9%
G = 33.68%
B = 15.42%

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

#C6833C (or 0xC6833C) is known color: Golden Bell. HEX triplet: C6, 83 and 3C. RGB value is (198,131,60). Sum of RGB (Red+Green+Blue) = 198+131+60=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6833C is #397CC3. Grayscale: #8F8F8F. Windows color (decimal): -3767492 or 3965894. OLE color: 3965894.

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

Color convert

RGB 198 131 60 -
CMYK 0 0.34 0.70 0.22
HSL 30.87º 0.55% 0.51% -
HSV(B) 30.87º 0.7% 0.78% -
XYZ 32.22 28.56 8.09 -
YUV 142.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 198 131 60 0 0.34 0.70 0.22 30.87 0.55 0.51
Hex C6 83 3C 0 22 46 16 1F 37 33
Octal 306 203 74 0 42 106 26 37 67 63
Binary 11000110 10000011 111100 0 100010 1000110 10110 11111 110111 110011

Color Harmonies of #C6833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6833C

Black with #C6833C

Text Example


Text Example

White with #C6833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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