Html Css Color HEX #C68536 Golden Bell

📋 copy color: '#C68536'

red 198 ◦ green 133 ◦ blue 54

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

Shades of Golden Bell #C68536

Tints of Golden Bell #C68536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 51.43%
G = 34.55%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C68536 (or 0xC68536) is known color: Golden Bell. HEX triplet: C6, 85 and 36. RGB value is (198,133,54). Sum of RGB (Red+Green+Blue) = 198+133+54=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C68536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68536 is #397AC9. Grayscale: #8F8F8F. Windows color (decimal): -3766986 or 3573190. OLE color: 3573190.

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

Color convert

RGB 198 133 54 -
CMYK 0 0.33 0.73 0.22
HSL 32.92º 0.57% 0.49% -
HSV(B) 32.92º 0.73% 0.78% -
XYZ 32.34 29.05 7.39 -
YUV 143.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 198 133 54 0 0.33 0.73 0.22 32.92 0.57 0.49
Hex C6 85 36 0 21 49 16 21 39 31
Octal 306 205 66 0 41 111 26 41 71 61
Binary 11000110 10000101 110110 0 100001 1001001 10110 100001 111001 110001

Color Harmonies of #C68536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68536

Black with #C68536

Text Example


Text Example

White with #C68536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68536; }

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

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

background-color css

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

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

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

border-color css

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

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

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