Html Css Color HEX #C68135 Golden Bell

📋 copy color: '#C68135'

red 198 ◦ green 129 ◦ blue 53

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

Shades of Golden Bell #C68135

Tints of Golden Bell #C68135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 52.11%
G = 33.95%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C68135 (or 0xC68135) is known color: Golden Bell. HEX triplet: C6, 81 and 35. RGB value is (198,129,53). Sum of RGB (Red+Green+Blue) = 198+129+53=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C68135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68135 is #397ECA. Grayscale: #8D8D8D. Windows color (decimal): -3768011 or 3506630. OLE color: 3506630.

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

Color convert

RGB 198 129 53 -
CMYK 0 0.35 0.73 0.22
HSL 31.45º 0.58% 0.49% -
HSV(B) 31.45º 0.73% 0.78% -
XYZ 31.78 27.96 7.09 -
YUV 140.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 198 129 53 0 0.35 0.73 0.22 31.45 0.58 0.49
Hex C6 81 35 0 23 49 16 1F 3A 31
Octal 306 201 65 0 43 111 26 37 72 61
Binary 11000110 10000001 110101 0 100011 1001001 10110 11111 111010 110001

Color Harmonies of #C68135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68135

Black with #C68135

Text Example


Text Example

White with #C68135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68135; }

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

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

background-color css

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

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

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

border-color css

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

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

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