Html Css Color HEX #C68438 Golden Bell

📋 copy color: '#C68438'

red 198 ◦ green 132 ◦ blue 56

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

Shades of Golden Bell #C68438

Tints of Golden Bell #C68438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.51%

R = 51.3%
G = 34.2%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C68438 (or 0xC68438) is known color: Golden Bell. HEX triplet: C6, 84 and 38. RGB value is (198,132,56). Sum of RGB (Red+Green+Blue) = 198+132+56=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C68438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68438 is #397BC7. Grayscale: #8F8F8F. Windows color (decimal): -3767240 or 3704006. OLE color: 3704006.

HSL color Cylindrical-coordinate representation of color #C68438: hue angle of 32.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68438 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 132 56 -
CMYK 0 0.33 0.72 0.22
HSL 32.11º 0.56% 0.5% -
HSV(B) 32.11º 0.72% 0.78% -
XYZ 32.25 28.79 7.6 -
YUV 143.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 198 132 56 0 0.33 0.72 0.22 32.11 0.56 0.5
Hex C6 84 38 0 21 48 16 20 38 32
Octal 306 204 70 0 41 110 26 40 70 62
Binary 11000110 10000100 111000 0 100001 1001000 10110 100000 111000 110010

Color Harmonies of #C68438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68438

Black with #C68438

Text Example


Text Example

White with #C68438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68438; }

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

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

background-color css

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

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

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

border-color css

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

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

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