Html Css Color HEX #C68336 Golden Bell

📋 copy color: '#C68336'

red 198 ◦ green 131 ◦ blue 54

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

Shades of Golden Bell #C68336

Tints of Golden Bell #C68336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.1%

R = 51.7%
G = 34.2%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C68336 (or 0xC68336) is known color: Golden Bell. HEX triplet: C6, 83 and 36. RGB value is (198,131,54). Sum of RGB (Red+Green+Blue) = 198+131+54=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C68336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68336 is #397CC9. Grayscale: #8E8E8E. Windows color (decimal): -3767498 or 3572678. OLE color: 3572678.

HSL color Cylindrical-coordinate representation of color #C68336: hue angle of 32.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C68336 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 54 -
CMYK 0 0.34 0.73 0.22
HSL 32.08º 0.57% 0.49% -
HSV(B) 32.08º 0.73% 0.78% -
XYZ 32.07 28.5 7.3 -
YUV 142.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 198 131 54 0 0.34 0.73 0.22 32.08 0.57 0.49
Hex C6 83 36 0 22 49 16 20 39 31
Octal 306 203 66 0 42 111 26 40 71 61
Binary 11000110 10000011 110110 0 100010 1001001 10110 100000 111001 110001

Color Harmonies of #C68336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68336

Black with #C68336

Text Example


Text Example

White with #C68336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68336; }

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

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

background-color css

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

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

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

border-color css

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

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

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