Html Css Color HEX #C68233 Geebung

📋 copy color: '#C68233'

red 198 ◦ green 130 ◦ blue 51

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

Shades of Geebung #C68233

Tints of Geebung #C68233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

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

R = 52.24%
G = 34.3%
B = 13.46%

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

#C68233 (or 0xC68233) is known color: Geebung. HEX triplet: C6, 82 and 33. RGB value is (198,130,51). Sum of RGB (Red+Green+Blue) = 198+130+51=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C68233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68233 is #397DCC. Grayscale: #8D8D8D. Windows color (decimal): -3767757 or 3375814. OLE color: 3375814.

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

Color convert

RGB 198 130 51 -
CMYK 0 0.34 0.74 0.22
HSL 32.24º 0.59% 0.49% -
HSV(B) 32.24º 0.74% 0.78% -
XYZ 31.87 28.21 6.9 -
YUV 141.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 198 130 51 0 0.34 0.74 0.22 32.24 0.59 0.49
Hex C6 82 33 0 22 4A 16 20 3B 31
Octal 306 202 63 0 42 112 26 40 73 61
Binary 11000110 10000010 110011 0 100010 1001010 10110 100000 111011 110001

Color Harmonies of #C68233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68233

Black with #C68233

Text Example


Text Example

White with #C68233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68233; }

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

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

background-color css

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

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

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

border-color css

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

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

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