Html Css Color HEX #C68639 Golden Bell

📋 copy color: '#C68639'

red 198 ◦ green 134 ◦ blue 57

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

Shades of Golden Bell #C68639

Tints of Golden Bell #C68639

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

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

R = 50.9%
G = 34.45%
B = 14.65%

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

#C68639 (or 0xC68639) is known color: Golden Bell. HEX triplet: C6, 86 and 39. RGB value is (198,134,57). Sum of RGB (Red+Green+Blue) = 198+134+57=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C68639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68639 is #3979C6. Grayscale: #909090. Windows color (decimal): -3766727 or 3770054. OLE color: 3770054.

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

Color convert

RGB 198 134 57 -
CMYK 0 0.32 0.71 0.22
HSL 32.77º 0.55% 0.5% -
HSV(B) 32.77º 0.71% 0.78% -
XYZ 32.55 29.35 7.82 -
YUV 144.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 198 134 57 0 0.32 0.71 0.22 32.77 0.55 0.5
Hex C6 86 39 0 20 47 16 21 37 32
Octal 306 206 71 0 40 107 26 41 67 62
Binary 11000110 10000110 111001 0 100000 1000111 10110 100001 110111 110010

Color Harmonies of #C68639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68639

Black with #C68639

Text Example


Text Example

White with #C68639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68639; }

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

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

background-color css

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

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

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

border-color css

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

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

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