Html Css Color HEX #C68535 Golden Bell

📋 copy color: '#C68535'

red 198 ◦ green 133 ◦ blue 53

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

Shades of Golden Bell #C68535

Tints of Golden Bell #C68535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.64%

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

R = 51.56%
G = 34.64%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C68535 (or 0xC68535) is known color: Golden Bell. HEX triplet: C6, 85 and 35. RGB value is (198,133,53). Sum of RGB (Red+Green+Blue) = 198+133+53=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C68535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68535 is #397ACA. Grayscale: #8F8F8F. Windows color (decimal): -3766987 or 3507654. OLE color: 3507654.

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

Color convert

RGB 198 133 53 -
CMYK 0 0.33 0.73 0.22
HSL 33.1º 0.58% 0.49% -
HSV(B) 33.1º 0.73% 0.78% -
XYZ 32.32 29.04 7.27 -
YUV 143.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 198 133 53 0 0.33 0.73 0.22 33.1 0.58 0.49
Hex C6 85 35 0 21 49 16 21 3A 31
Octal 306 205 65 0 41 111 26 41 72 61
Binary 11000110 10000101 110101 0 100001 1001001 10110 100001 111010 110001

Color Harmonies of #C68535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68535

Black with #C68535

Text Example


Text Example

White with #C68535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68535; }

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

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

background-color css

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

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

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

border-color css

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

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

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