Html Css Color HEX #C68333 Geebung

📋 copy color: '#C68333'

red 198 ◦ green 131 ◦ blue 51

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

Shades of Geebung #C68333

Tints of Geebung #C68333

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

 BLUE value IS 51 (20.31% from 255) = 13.42%

R = 52.11%
G = 34.47%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C68333 (or 0xC68333) is known color: Geebung. HEX triplet: C6, 83 and 33. RGB value is (198,131,51). Sum of RGB (Red+Green+Blue) = 198+131+51=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C68333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68333 is #397CCC. Grayscale: #8E8E8E. Windows color (decimal): -3767501 or 3376070. OLE color: 3376070.

HSL color Cylindrical-coordinate representation of color #C68333: hue angle of 32.65º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C68333 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 51 -
CMYK 0 0.34 0.74 0.22
HSL 32.65º 0.59% 0.49% -
HSV(B) 32.65º 0.74% 0.78% -
XYZ 32 28.48 6.94 -
YUV 141.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 198 131 51 0 0.34 0.74 0.22 32.65 0.59 0.49
Hex C6 83 33 0 22 4A 16 21 3B 31
Octal 306 203 63 0 42 112 26 41 73 61
Binary 11000110 10000011 110011 0 100010 1001010 10110 100001 111011 110001

Color Harmonies of #C68333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68333

Black with #C68333

Text Example


Text Example

White with #C68333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68333; }

 p { color: rgb(198,131,51); }

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

background-color css

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

 a { background-color: rgb(198,131,51); }

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

border-color css

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

 span { border-color: rgb(198,131,51); }

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