Html Css Color HEX #C68139 Golden Bell

📋 copy color: '#C68139'

red 198 ◦ green 129 ◦ blue 57

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

Shades of Golden Bell #C68139

Tints of Golden Bell #C68139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 51.56%
G = 33.59%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C68139 (or 0xC68139) is known color: Golden Bell. HEX triplet: C6, 81 and 39. RGB value is (198,129,57). Sum of RGB (Red+Green+Blue) = 198+129+57=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C68139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68139 is #397EC6. Grayscale: #8D8D8D. Windows color (decimal): -3768007 or 3768774. OLE color: 3768774.

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

Color convert

RGB 198 129 57 -
CMYK 0 0.35 0.71 0.22
HSL 30.64º 0.55% 0.5% -
HSV(B) 30.64º 0.71% 0.78% -
XYZ 31.88 28 7.6 -
YUV 141.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 198 129 57 0 0.35 0.71 0.22 30.64 0.55 0.5
Hex C6 81 39 0 23 47 16 1F 37 32
Octal 306 201 71 0 43 107 26 37 67 62
Binary 11000110 10000001 111001 0 100011 1000111 10110 11111 110111 110010

Color Harmonies of #C68139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68139

Black with #C68139

Text Example


Text Example

White with #C68139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68139; }

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

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

background-color css

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

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

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

border-color css

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

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

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