Html Css Color HEX #C68736 Golden Bell

📋 copy color: '#C68736'

red 198 ◦ green 135 ◦ blue 54

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

Shades of Golden Bell #C68736

Tints of Golden Bell #C68736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.88%

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

R = 51.16%
G = 34.88%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C68736 (or 0xC68736) is known color: Golden Bell. HEX triplet: C6, 87 and 36. RGB value is (198,135,54). Sum of RGB (Red+Green+Blue) = 198+135+54=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68736 is #3978C9. Grayscale: #909090. Windows color (decimal): -3766474 or 3573702. OLE color: 3573702.

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

Color convert

RGB 198 135 54 -
CMYK 0 0.32 0.73 0.22
HSL 33.75º 0.57% 0.49% -
HSV(B) 33.75º 0.73% 0.78% -
XYZ 32.62 29.6 7.48 -
YUV 144.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 198 135 54 0 0.32 0.73 0.22 33.75 0.57 0.49
Hex C6 87 36 0 20 49 16 22 39 31
Octal 306 207 66 0 40 111 26 42 71 61
Binary 11000110 10000111 110110 0 100000 1001001 10110 100010 111001 110001

Color Harmonies of #C68736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68736

Black with #C68736

Text Example


Text Example

White with #C68736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68736; }

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

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

background-color css

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

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

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

border-color css

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

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

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