Html Css Color HEX #C68435 Golden Bell

📋 copy color: '#C68435'

red 198 ◦ green 132 ◦ blue 53

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

Shades of Golden Bell #C68435

Tints of Golden Bell #C68435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 51.7%
G = 34.46%
B = 13.84%

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

#C68435 (or 0xC68435) is known color: Golden Bell. HEX triplet: C6, 84 and 35. RGB value is (198,132,53). Sum of RGB (Red+Green+Blue) = 198+132+53=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C68435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68435 is #397BCA. Grayscale: #8F8F8F. Windows color (decimal): -3767243 or 3507398. OLE color: 3507398.

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

Color convert

RGB 198 132 53 -
CMYK 0 0.33 0.73 0.22
HSL 32.69º 0.58% 0.49% -
HSV(B) 32.69º 0.73% 0.78% -
XYZ 32.18 28.77 7.22 -
YUV 142.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 198 132 53 0 0.33 0.73 0.22 32.69 0.58 0.49
Hex C6 84 35 0 21 49 16 21 3A 31
Octal 306 204 65 0 41 111 26 41 72 61
Binary 11000110 10000100 110101 0 100001 1001001 10110 100001 111010 110001

Color Harmonies of #C68435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68435

Black with #C68435

Text Example


Text Example

White with #C68435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68435; }

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

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

background-color css

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

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

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

border-color css

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

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

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