Html Css Color HEX #C6833B Golden Bell

📋 copy color: '#C6833B'

red 198 ◦ green 131 ◦ blue 59

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

Shades of Golden Bell #C6833B

Tints of Golden Bell #C6833B

RGB

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

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

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

R = 51.03%
G = 33.76%
B = 15.21%

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

#C6833B (or 0xC6833B) is known color: Golden Bell. HEX triplet: C6, 83 and 3B. RGB value is (198,131,59). Sum of RGB (Red+Green+Blue) = 198+131+59=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6833B is #397CC4. Grayscale: #8F8F8F. Windows color (decimal): -3767493 or 3900358. OLE color: 3900358.

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

Color convert

RGB 198 131 59 -
CMYK 0 0.34 0.70 0.22
HSL 31.08º 0.55% 0.5% -
HSV(B) 31.08º 0.7% 0.78% -
XYZ 32.19 28.55 7.95 -
YUV 142.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 198 131 59 0 0.34 0.70 0.22 31.08 0.55 0.5
Hex C6 83 3B 0 22 46 16 1F 37 32
Octal 306 203 73 0 42 106 26 37 67 62
Binary 11000110 10000011 111011 0 100010 1000110 10110 11111 110111 110010

Color Harmonies of #C6833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6833B

Black with #C6833B

Text Example


Text Example

White with #C6833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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