Html Css Color HEX #C68739 Golden Bell

📋 copy color: '#C68739'

red 198 ◦ green 135 ◦ blue 57

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

Shades of Golden Bell #C68739

Tints of Golden Bell #C68739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.62%

R = 50.77%
G = 34.62%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C68739 (or 0xC68739) is known color: Golden Bell. HEX triplet: C6, 87 and 39. RGB value is (198,135,57). Sum of RGB (Red+Green+Blue) = 198+135+57=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C68739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68739 is #3978C6. Grayscale: #919191. Windows color (decimal): -3766471 or 3770310. OLE color: 3770310.

HSL color Cylindrical-coordinate representation of color #C68739: hue angle of 33.19º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C68739 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 135 57 -
CMYK 0 0.32 0.71 0.22
HSL 33.19º 0.55% 0.5% -
HSV(B) 33.19º 0.71% 0.78% -
XYZ 32.69 29.63 7.87 -
YUV 144.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 198 135 57 0 0.32 0.71 0.22 33.19 0.55 0.5
Hex C6 87 39 0 20 47 16 21 37 32
Octal 306 207 71 0 40 107 26 41 67 62
Binary 11000110 10000111 111001 0 100000 1000111 10110 100001 110111 110010

Color Harmonies of #C68739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68739

Black with #C68739

Text Example


Text Example

White with #C68739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68739; }

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

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

background-color css

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

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

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

border-color css

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

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

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