Html Css Color HEX #C67A38 Golden Bell

📋 copy color: '#C67A38'

red 198 ◦ green 122 ◦ blue 56

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

Shades of Golden Bell #C67A38

Tints of Golden Bell #C67A38

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 52.66%
G = 32.45%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C67A38 (or 0xC67A38) is known color: Golden Bell. HEX triplet: C6, 7A and 38. RGB value is (198,122,56). Sum of RGB (Red+Green+Blue) = 198+122+56=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A38 is #3985C7. Grayscale: #898989. Windows color (decimal): -3769800 or 3701446. OLE color: 3701446.

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

Color convert

RGB 198 122 56 -
CMYK 0 0.38 0.72 0.22
HSL 27.89º 0.56% 0.5% -
HSV(B) 27.89º 0.72% 0.78% -
XYZ 30.96 26.21 7.17 -
YUV 137.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 198 122 56 0 0.38 0.72 0.22 27.89 0.56 0.5
Hex C6 7A 38 0 26 48 16 1C 38 32
Octal 306 172 70 0 46 110 26 34 70 62
Binary 11000110 1111010 111000 0 100110 1001000 10110 11100 111000 110010

Color Harmonies of #C67A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A38

Black with #C67A38

Text Example


Text Example

White with #C67A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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