Html Css Color HEX #C68436 Golden Bell

📋 copy color: '#C68436'

red 198 ◦ green 132 ◦ blue 54

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

Shades of Golden Bell #C68436

Tints of Golden Bell #C68436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 51.56%
G = 34.38%
B = 14.06%

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

#C68436 (or 0xC68436) is known color: Golden Bell. HEX triplet: C6, 84 and 36. RGB value is (198,132,54). Sum of RGB (Red+Green+Blue) = 198+132+54=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C68436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68436 is #397BC9. Grayscale: #8F8F8F. Windows color (decimal): -3767242 or 3572934. OLE color: 3572934.

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

Color convert

RGB 198 132 54 -
CMYK 0 0.33 0.73 0.22
HSL 32.5º 0.57% 0.49% -
HSV(B) 32.5º 0.73% 0.78% -
XYZ 32.21 28.77 7.35 -
YUV 142.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 198 132 54 0 0.33 0.73 0.22 32.5 0.57 0.49
Hex C6 84 36 0 21 49 16 20 39 31
Octal 306 204 66 0 41 111 26 40 71 61
Binary 11000110 10000100 110110 0 100001 1001001 10110 100000 111001 110001

Color Harmonies of #C68436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68436

Black with #C68436

Text Example


Text Example

White with #C68436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68436; }

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

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

background-color css

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

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

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

border-color css

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

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

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