Html Css Color HEX #C69236 Pizza

📋 copy color: '#C69236'

red 198 ◦ green 146 ◦ blue 54

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

Shades of Pizza #C69236

Tints of Pizza #C69236

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.68%

 BLUE value IS 54 (21.48% from 255) = 13.57%

R = 49.75%
G = 36.68%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C69236 (or 0xC69236) is known color: Pizza. HEX triplet: C6, 92 and 36. RGB value is (198,146,54). Sum of RGB (Red+Green+Blue) = 198+146+54=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C69236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69236 is #396DC9. Grayscale: #979797. Windows color (decimal): -3763658 or 3576518. OLE color: 3576518.

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

Color convert

RGB 198 146 54 -
CMYK 0 0.26 0.73 0.22
HSL 38.33º 0.57% 0.49% -
HSV(B) 38.33º 0.73% 0.78% -
XYZ 34.23 32.83 8.02 -
YUV 151.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 198 146 54 0 0.26 0.73 0.22 38.33 0.57 0.49
Hex C6 92 36 0 1A 49 16 26 39 31
Octal 306 222 66 0 32 111 26 46 71 61
Binary 11000110 10010010 110110 0 11010 1001001 10110 100110 111001 110001

Color Harmonies of #C69236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69236

Black with #C69236

Text Example


Text Example

White with #C69236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69236; }

 p { color: rgb(198,146,54); }

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

background-color css

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

 a { background-color: rgb(198,146,54); }

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

border-color css

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

 span { border-color: rgb(198,146,54); }

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